summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a24e811)
raw | patch | inline | side by side (parent: a24e811)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Thu, 8 Apr 2021 05:48:07 +0000 (08:48 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Thu, 8 Apr 2021 05:48:07 +0000 (08:48 +0300) |
src/common/streams.c | patch | blob | history | |
src/common/wadres.c | patch | blob | history | |
src/common/wadres.h | patch | blob | history |
diff --git a/src/common/streams.c b/src/common/streams.c
index 685ace15fa6d8ea62cfa017e6ccfb8ac6617cccd..995dac55724a9e46c492e2da29114891fcc13e84 100644 (file)
--- a/src/common/streams.c
+++ b/src/common/streams.c
-#include "common/streams.h"
-#include "common/endianness.h"
+#include "streams.h"
+#include "endianness.h"
#include <stddef.h>
#include <stdint.h>
diff --git a/src/common/wadres.c b/src/common/wadres.c
index 88583b78ece81075a003012b3c704177ced50cba..5861fe5f41c093247088eb343fc9ef7f408cb024 100644 (file)
--- a/src/common/wadres.c
+++ b/src/common/wadres.c
#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 {
diff --git a/src/common/wadres.h b/src/common/wadres.h
index b970dfba5fc44825bf3c62a0a8cf0845a89d9edb..f478fd10d62e07991293c49e5bcf66ac6111648a 100644 (file)
--- a/src/common/wadres.h
+++ b/src/common/wadres.h
#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