diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-08 20:31:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-08 20:32:40 +0300 |
commit | 6315230e137d62bd0950192e111d6f06843bceea (patch) | |
tree | 946622767d07e5d553a8fa4ac983ee1809ef1950 /src/gui/widgets/table.h | |
parent | 18561ddfcb74fe0e079b38213c4bee138ed440f3 (diff) | |
download | plus-6315230e137d62bd0950192e111d6f06843bceea.tar.gz plus-6315230e137d62bd0950192e111d6f06843bceea.tar.bz2 plus-6315230e137d62bd0950192e111d6f06843bceea.tar.xz plus-6315230e137d62bd0950192e111d6f06843bceea.zip |
Fix some include files paths.
Diffstat (limited to 'src/gui/widgets/table.h')
-rw-r--r-- | src/gui/widgets/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/table.h b/src/gui/widgets/table.h index f7473c535..48075d53a 100644 --- a/src/gui/widgets/table.h +++ b/src/gui/widgets/table.h @@ -23,7 +23,7 @@ #ifndef TABLE_H #define TABLE_H -#include "tablemodel.h" +#include "gui/widgets/tablemodel.h" #include <guichan/keylistener.hpp> #include <guichan/mouselistener.hpp> |