Refactoring: Third-parties public headers are under cm3p prefix

Fixes: #20666
This commit is contained in:
Marc Chevrier
2020-05-04 23:22:02 +02:00
parent 75e87e3db4
commit 2faa3f6c55
128 changed files with 300 additions and 284 deletions

View File

@@ -19,11 +19,12 @@
#include <cmext/algorithm>
#include <cmext/string_view>
#include <cm3p/kwiml/int.h>
#include "cmsys/FStream.hxx"
#include "cmsys/Glob.hxx"
#include "cmsys/RegularExpression.hxx"
#include "cm_kwiml.h"
#include "cm_sys_stat.h"
#include "cmAlgorithms.h"
@@ -54,7 +55,7 @@
#include "cmake.h"
#if !defined(CMAKE_BOOTSTRAP)
# include "cm_curl.h"
# include <cm3p/curl/curl.h>
# include "cmCurl.h"
# include "cmFileLockResult.h"