|
1 | 1 | // main.cpp
|
2 | 2 |
|
3 |
| -#include "../../source/compiler-core/slang-diagnostic-sink.h" |
4 |
| -#include "../../source/compiler-core/slang-doc-extractor.h" |
5 |
| -#include "../../source/compiler-core/slang-lexer.h" |
6 |
| -#include "../../source/compiler-core/slang-name-convention-util.h" |
7 |
| -#include "../../source/compiler-core/slang-name.h" |
8 |
| -#include "../../source/compiler-core/slang-source-loc.h" |
9 |
| -#include "../../source/core/slang-file-system.h" |
10 |
| -#include "../../source/core/slang-io.h" |
11 |
| -#include "../../source/core/slang-list.h" |
12 |
| -#include "../../source/core/slang-secure-crt.h" |
13 |
| -#include "../../source/core/slang-string-slice-pool.h" |
14 |
| -#include "../../source/core/slang-string-util.h" |
15 |
| -#include "../../source/core/slang-string.h" |
16 |
| -#include "../../source/core/slang-writer.h" |
17 |
| -#include "diagnostics.h" |
18 |
| -#include "file-util.h" |
| 3 | +#include "compiler-core/slang-diagnostic-sink.h" |
| 4 | +#include "compiler-core/slang-doc-extractor.h" |
| 5 | +#include "compiler-core/slang-lexer.h" |
| 6 | +#include "compiler-core/slang-name-convention-util.h" |
| 7 | +#include "compiler-core/slang-name.h" |
| 8 | +#include "compiler-core/slang-source-loc.h" |
| 9 | +#include "core/slang-file-system.h" |
| 10 | +#include "core/slang-io.h" |
| 11 | +#include "core/slang-list.h" |
| 12 | +#include "core/slang-secure-crt.h" |
| 13 | +#include "core/slang-string-slice-pool.h" |
| 14 | +#include "core/slang-string-util.h" |
| 15 | +#include "core/slang-string.h" |
| 16 | +#include "core/slang-writer.h" |
19 | 17 | #include "macro-writer.h"
|
20 |
| -#include "node.h" |
21 |
| -#include "options.h" |
22 |
| -#include "parser.h" |
23 | 18 | #include "slang-com-helper.h"
|
24 |
| -#include "unit-test.h" |
| 19 | +#include "slang-cpp-parser/diagnostics.h" |
| 20 | +#include "slang-cpp-parser/file-util.h" |
| 21 | +#include "slang-cpp-parser/node.h" |
| 22 | +#include "slang-cpp-parser/options.h" |
| 23 | +#include "slang-cpp-parser/parser.h" |
| 24 | +#include "slang-cpp-parser/unit-test.h" |
25 | 25 |
|
26 | 26 | #include <stdio.h>
|
27 | 27 | #include <stdlib.h>
|
|
0 commit comments