summaryrefslogtreecommitdiffstats
path: root/src/core/hle/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/ipc.h')
-rw-r--r--src/core/hle/ipc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h
index 90ea4d191..79ccaaed0 100644
--- a/src/core/hle/ipc.h
+++ b/src/core/hle/ipc.h
@@ -9,9 +9,7 @@
#include "core/memory.h"
namespace Kernel {
-class ServerSession;
-// TODO(Subv): Move these declarations out of here
static const int kCommandHeaderOffset = 0x80; ///< Offset into command buffer of header
/**