summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wintable/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/main.c b/wintable/main.c
index f186e06..8933879 100644
--- a/wintable/main.c
+++ b/wintable/main.c
@@ -94,11 +94,11 @@ struct table {
};
#include "util.h"
-#include "api.h"
#include "hscroll.h"
#include "vscroll.h"
#include "selection.h"
#include "draw.h"
+#include "api.h"
// TODO create a system where each of the above modules provide their own window procedures
static LRESULT CALLBACK tableWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)