summaryrefslogtreecommitdiff
path: root/test/packing/packing-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/packing/packing-test.c')
-rw-r--r--test/packing/packing-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/packing/packing-test.c b/test/packing/packing-test.c
index 1d2194bee50..9b7105d7d4a 100644
--- a/test/packing/packing-test.c
+++ b/test/packing/packing-test.c
@@ -26,10 +26,10 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <assert.h>
-
#include "wt_internal.h" /* For __wt_XXX */
+#include <assert.h>
+
static void
check(const char *fmt, ...)
{