DEADSOFTWARE

common: fix include pathes
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Thu, 8 Apr 2021 05:48:07 +0000 (08:48 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Thu, 8 Apr 2021 05:48:07 +0000 (08:48 +0300)
src/common/streams.c
src/common/wadres.c
src/common/wadres.h

index 685ace15fa6d8ea62cfa017e6ccfb8ac6617cccd..995dac55724a9e46c492e2da29114891fcc13e84 100644 (file)
@@ -1,5 +1,5 @@
-#include "common/streams.h"
-#include "common/endianness.h"
+#include "streams.h"
+#include "endianness.h"
 
 #include <stddef.h>
 #include <stdint.h>
index 88583b78ece81075a003012b3c704177ced50cba..5861fe5f41c093247088eb343fc9ef7f408cb024 100644 (file)
@@ -2,8 +2,8 @@
 #include <string.h>
 #include <assert.h>
 
-#include "common/wadres.h"
-#include "common/streams.h"
+#include "wadres.h"
+#include "streams.h"
 #include "cp866.h"
 
 typedef struct Entry {
index b970dfba5fc44825bf3c62a0a8cf0845a89d9edb..f478fd10d62e07991293c49e5bcf66ac6111648a 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef COMMON_WADRES_H_INCLUDED
 #define COMMON_WADRES_H_INCLUDED
 
-#include "common/streams.h"
+#include "streams.h"
 
 #define MAX_WADS 20
 #define MAX_RESOURCES 2000