diff options
author | rtk0c <[email protected]> | 2022-05-29 16:31:29 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-29 16:31:29 -0700 |
commit | 32f00c086b35c5bc32d800b96253b378b9367580 (patch) | |
tree | 170ce4b7230914cf8e655626beae900a4b388dff /buildtools/codegen/main.cpp | |
parent | 66b63ae887f553e1cac813546a6b827a9c85d80c (diff) |
Changeset: 46 Move lookup table infra to source-common/
Diffstat (limited to 'buildtools/codegen/main.cpp')
-rw-r--r-- | buildtools/codegen/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/codegen/main.cpp b/buildtools/codegen/main.cpp index ed8cbbe..334b195 100644 --- a/buildtools/codegen/main.cpp +++ b/buildtools/codegen/main.cpp @@ -1,11 +1,11 @@ #include "CodegenConfig.hpp" #include "CodegenDecl.hpp" -#include "CodegenLookupTable.hpp" #include "CodegenInput.inl" #include "CodegenOutput.inl" #include <Enum.hpp> +#include <LookupTable.hpp> #include <Macros.hpp> #include <ScopeGuard.hpp> #include <Utils.hpp> |