Skip to content

Commit

Permalink
move utf8.h library again as requested. since the dot in the folder n…
Browse files Browse the repository at this point in the history
…ame causes problems.
  • Loading branch information
scamille committed Nov 22, 2019
1 parent da22bef commit 229faee
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HeaderFilterRegex: '*/util/(utf8.h|utf8-cpp|rapidxml|rapidjson|fmt)/*'
HeaderFilterRegex: '*/util/(utf8-h|utf8-cpp|rapidxml|rapidjson|fmt)/*'
2 changes: 1 addition & 1 deletion engine/interfaces/sc_bcp_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <curl/curl.h>
#endif

#include "util/utf8.h/utf8.h"
#include "../util/utf8-h/utf8.h"

// ==========================================================================
// Blizzard Community Platform API
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion source_files/QT_engine.pri
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
HEADERS += engine/util/utf8-cpp/utf8/core.h
HEADERS += engine/util/utf8-cpp/utf8/checked.h
HEADERS += engine/util/utf8-cpp/utf8.h
HEADERS += engine/util/utf8.h/utf8.h
HEADERS += engine/util/utf8-h/utf8.h
HEADERS += engine/sim/x6_pantheon.hpp
HEADERS += engine/sim/sc_profileset.hpp
HEADERS += engine/sim/sc_option.hpp
Expand Down
2 changes: 1 addition & 1 deletion source_files/VS_engine.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To change the list of source files, update the QT_ files and run synchronize.py
<ClInclude Include="..\engine\util\utf8-cpp\utf8\core.h" />
<ClInclude Include="..\engine\util\utf8-cpp\utf8\checked.h" />
<ClInclude Include="..\engine\util\utf8-cpp\utf8.h" />
<ClInclude Include="..\engine\util\utf8.h\utf8.h" />
<ClInclude Include="..\engine\util\utf8-h\utf8.h" />
<ClInclude Include="..\engine\sim\x6_pantheon.hpp" />
<ClInclude Include="..\engine\sim\sc_profileset.hpp" />
<ClInclude Include="..\engine\sim\sc_option.hpp" />
Expand Down
2 changes: 1 addition & 1 deletion source_files/cmake_engine.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ util/utf8-cpp/utf8/unchecked.h
util/utf8-cpp/utf8/core.h
util/utf8-cpp/utf8/checked.h
util/utf8-cpp/utf8.h
util/utf8.h/utf8.h
util/utf8-h/utf8.h
sim/x6_pantheon.hpp
sim/sc_profileset.hpp
sim/sc_option.hpp
Expand Down

0 comments on commit 229faee

Please sign in to comment.