summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ndm/ndm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ndm/ndm.cpp')
-rw-r--r--src/core/hle/service/ndm/ndm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ndm/ndm.cpp b/src/core/hle/service/ndm/ndm.cpp
index fcfa4b336..5eb97f0d3 100644
--- a/src/core/hle/service/ndm/ndm.cpp
+++ b/src/core/hle/service/ndm/ndm.cpp
@@ -2,9 +2,9 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include "core/hle/service/ndm/ndm.h"
#include "common/common_types.h"
#include "common/logging/log.h"
+#include "core/hle/service/ndm/ndm.h"
#include "core/hle/service/ndm/ndm_u.h"
#include "core/hle/service/service.h"