aboutsummaryrefslogtreecommitdiff
path: root/buildtools/codegen/CodegenUtils.inl
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/codegen/CodegenUtils.inl')
-rw-r--r--buildtools/codegen/CodegenUtils.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/codegen/CodegenUtils.inl b/buildtools/codegen/CodegenUtils.inl
index f9d913e..6feb654 100644
--- a/buildtools/codegen/CodegenUtils.inl
+++ b/buildtools/codegen/CodegenUtils.inl
@@ -90,9 +90,9 @@ void ProduceGeneratedHeaderFileHeader(CodegenOutput& output) {
void ProduceGeneratedSourceFileHeader(CodegenOutput& output) {
output.AddOutputThing(CodegenOutputThing{
+ // TODO we need to get the header name
.text = &R"""(
// This file is generated. Any changes will be overidden when building.
-#include "GeneratedCode.hpp"
#include <cstddef>
#include <cstdint>