From e5521796aae6f05baf34d04337cf5f02121264c8 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Tue, 2 Feb 2021 00:25:32 -0800 Subject: [PATCH] go back to .h because .inc is silly --- src/{table4.inc => table4.h} | 0 src/tables.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{table4.inc => table4.h} (100%) diff --git a/src/table4.inc b/src/table4.h similarity index 100% rename from src/table4.inc rename to src/table4.h diff --git a/src/tables.cpp b/src/tables.cpp index 9b7f666..e53e973 100644 --- a/src/tables.cpp +++ b/src/tables.cpp @@ -1107,7 +1107,7 @@ const uint16_t g_best_total_orderings4[NUM_UNIQUE_TOTAL_ORDERINGS4][MAX_TOTAL_OR {9, 39, 0, 166, 68, 101, 28, 364, 30, 158, 562, 35, 175, 65, 333, 154, 49, 404, 706, 124, 21, 252, 274, 168, 190, 289, 100, 570, 16, 1, 310, 346}, {15, 515, 700, 753, 341, 13, 0, 23, 1, 33, 141, 4, 260, 82, 77, 51, 351, 180, 9, 5, 115, 137, 10, 217, 11, 120, 102, 40, 349, 269, 202, 854} #else -#include "table4.inc" +#include "table4.h" #endif };