diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:58:09 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 17:58:28 +0200 |
commit | dc8c15ae6267fe42ae1e9b69b30d2f5d9617e942 (patch) | |
tree | 3de5b55e4f004bc74c8d1f14d1270b426f5854bb /dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx | |
parent | 7d082ba75b237eb8b9e5fbc6e128d92674793fc0 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx b/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx index 212bf3888d15c..abe0e79b8c78a 100644 --- a/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx +++ b/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx @@ -28,15 +28,9 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_dbaccess.hxx" -#ifndef DBAUI_OQUERYMOVETABWINUNDOACT_HXX #include "QueryMoveTabWinUndoAct.hxx" -#endif -#ifndef DBAUI_JOINTABLEVIEW_HXX #include "JoinTableView.hxx" -#endif -#ifndef DBAUI_QUERY_TABLEWINDOW_HXX #include "QTableWindow.hxx" -#endif using namespace dbaui; //------------------------------------------------------------------------------ void OJoinMoveTabWinUndoAct::TogglePosition() |