summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nifm/nifm_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/nifm/nifm_u.h')
-rw-r--r--src/core/hle/service/nifm/nifm_u.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/core/hle/service/nifm/nifm_u.h b/src/core/hle/service/nifm/nifm_u.h
deleted file mode 100644
index def9726b1..000000000
--- a/src/core/hle/service/nifm/nifm_u.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2018 yuzu emulator team
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-#pragma once
-
-#include "core/hle/service/nifm/nifm.h"
-
-namespace Service::NIFM {
-
-class NIFM_U final : public Module::Interface {
-public:
- explicit NIFM_U(std::shared_ptr<Module> module);
-};
-
-} // namespace Service::NIFM