Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Common/CreateCoder.h')
-rwxr-xr-xCPP/7zip/Common/CreateCoder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/CPP/7zip/Common/CreateCoder.h b/CPP/7zip/Common/CreateCoder.h
index 1fcc1343..bf0e96a3 100755
--- a/CPP/7zip/Common/CreateCoder.h
+++ b/CPP/7zip/Common/CreateCoder.h
@@ -1,10 +1,10 @@
// CreateCoder.h
-#ifndef __CREATECODER_H
-#define __CREATECODER_H
+#ifndef __CREATE_CODER_H
+#define __CREATE_CODER_H
-#include "Common/MyCom.h"
-#include "Common/MyString.h"
+#include "../../Common/MyCom.h"
+#include "../../Common/MyString.h"
#include "../ICoder.h"
#include "MethodId.h"