From 1b3248156f3f5627f62d8c98b084222a20b24eb5 Mon Sep 17 00:00:00 2001 From: Sverre Rabbelier Date: Tue, 22 Apr 2008 21:10:33 +0200 Subject: [PATCH] And again! --- src/DAL/Table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DAL/Table.cpp b/src/DAL/Table.cpp index 53c49cd..4d181ef 100644 --- a/src/DAL/Table.cpp +++ b/src/DAL/Table.cpp @@ -18,8 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include "Table.h" #include "FieldDef.h" +#include "Table.h" Table::Table(std::string name) : m_name(name) -- 2.11.4.GIT