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/Common/TextConfig.cpp')
-rwxr-xr-xCPP/Common/TextConfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/Common/TextConfig.cpp b/CPP/Common/TextConfig.cpp
index 4fce320a..34fedeb8 100755
--- a/CPP/Common/TextConfig.cpp
+++ b/CPP/Common/TextConfig.cpp
@@ -2,10 +2,10 @@
#include "StdAfx.h"
-#include "Common/TextConfig.h"
+#include "TextConfig.h"
#include "Defs.h"
-#include "Common/UTFConvert.h"
+#include "UTFConvert.h"
static bool IsDelimitChar(char c)
{