Remove sql resources to ease anna-ericsson building
[anna.git] / include / anna / dbms.mysql / forward.hpp
diff --git a/include/anna/dbms.mysql/forward.hpp b/include/anna/dbms.mysql/forward.hpp
deleted file mode 100644 (file)
index 36fe912..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-// ANNA - Anna is Not Nothingness Anymore                                                         //
-//                                                                                                //
-// (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo                         //
-//                                                                                                //
-// See project site at http://redmine.teslayout.com/projects/anna-suite                           //
-// See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
-
-
-#ifndef anna_dbms_mysql_forward_hpp
-#define anna_dbms_mysql_forward_hpp
-
-/*
- * el MYSQL es un typedef definido sobre la estructura st_mysql
- */
-struct st_mysql;
-
-/* MYSQL_STMT */
-struct st_mysql_stmt;
-
-/* MYSQL_BIND */
-struct st_mysql_bind;
-
-/* MYSQL_TIME */
-struct st_mysql_time;
-
-#endif /*_anna_dbms_mysql_forward_h*/