aboutsummaryrefslogtreecommitdiff
path: root/sword2/protocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/protocol.cpp')
-rw-r--r--sword2/protocol.cpp14
1 files changed, 6 insertions, 8 deletions
diff --git a/sword2/protocol.cpp b/sword2/protocol.cpp
index 1f9a58081e..b118e376b8 100644
--- a/sword2/protocol.cpp
+++ b/sword2/protocol.cpp
@@ -17,15 +17,13 @@
* $Header$
*/
-#include <stdio.h>
-
#include "stdafx.h"
-#include "console.h"
-#include "defs.h"
-#include "header.h"
-#include "memory.h"
-#include "protocol.h"
-#include "resman.h"
+#include "bs2/console.h"
+#include "bs2/defs.h"
+#include "bs2/header.h"
+#include "bs2/memory.h"
+#include "bs2/protocol.h"
+#include "bs2/resman.h"
namespace Sword2 {