| File src/srcml/SrcmlTransformer.cpp changed (mode: 100644) (index 468a9fa..49fe677) |
| 24 |
24 |
|
|
| 25 |
25 |
#include <boost/algorithm/string/predicate.hpp> |
#include <boost/algorithm/string/predicate.hpp> |
| 26 |
26 |
#include <boost/utility/string_ref.hpp> |
#include <boost/utility/string_ref.hpp> |
| 27 |
|
#include <srcml.h> |
|
| 28 |
27 |
#include "tinyxml2/tinyxml2.h" |
#include "tinyxml2/tinyxml2.h" |
| 29 |
28 |
|
|
|
29 |
|
#ifdef HAVE_LIBSRCML |
|
30 |
|
#include <srcml.h> |
|
31 |
|
#endif |
|
32 |
|
|
| 30 |
33 |
#include "utils/fs.hpp" |
#include "utils/fs.hpp" |
| 31 |
34 |
#include "utils/strings.hpp" |
#include "utils/strings.hpp" |
| 32 |
35 |
#include "TreeBuilder.hpp" |
#include "TreeBuilder.hpp" |