Skip to content

Commit 6fb4895

Browse files
committed
[C++] Remove unused header.
1 parent 01822d2 commit 6fb4895

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,6 @@ private static CharSequence generateFileHeader(
937937
"#endif\n" +
938938
"#include <string.h>\n" +
939939
"#include <stdint.h>\n" +
940-
"#include <limits.h>\n" +
941940
"#include <stdexcept>\n" +
942941
"#include <cstdint>\n" +
943942
"#include <limits>\n\n" +

0 commit comments

Comments
 (0)