summaryrefslogtreecommitdiff
path: root/src/gui/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/table.h')
-rw-r--r--src/gui/table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/table.h b/src/gui/table.h
index d73cf340..42fbab0e 100644
--- a/src/gui/table.h
+++ b/src/gui/table.h
@@ -22,13 +22,13 @@
#ifndef TABLE_H
#define TABLE_H
-#include <vector>
+#include "tablemodel.h"
#include <guichan/keylistener.hpp>
#include <guichan/mouselistener.hpp>
#include <guichan/widget.hpp>
-#include "table_model.h"
+#include <vector>
class GuiTableActionListener;