Kaydet (Commit) 44eb2b33 authored tarafından Caolán McNamara's avatar Caolán McNamara

remove archaic header guards

üst c04c8e91
...@@ -34,9 +34,7 @@ ...@@ -34,9 +34,7 @@
#include <vcl/combobox.hxx> #include <vcl/combobox.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#ifndef __SGI_STL_LIST
#include <list> #include <list>
#endif
#include <comphelper/stl_types.hxx> #include <comphelper/stl_types.hxx>
//......................................................................... //.........................................................................
......
...@@ -29,9 +29,7 @@ ...@@ -29,9 +29,7 @@
#ifndef _PAD_HELPER_HXX_ #ifndef _PAD_HELPER_HXX_
#define _PAD_HELPER_HXX_ #define _PAD_HELPER_HXX_
#ifndef __SGI_STL_LIST
#include <list> #include <list>
#endif
#include <tools/string.hxx> #include <tools/string.hxx>
#include <tools/resid.hxx> #include <tools/resid.hxx>
#include <vcl/dialog.hxx> #include <vcl/dialog.hxx>
......
...@@ -28,12 +28,8 @@ ...@@ -28,12 +28,8 @@
#ifndef _PAD_PADIALOG_HXX_ #ifndef _PAD_PADIALOG_HXX_
#define _PAD_PADIALOG_HXX_ #define _PAD_PADIALOG_HXX_
#ifndef __SGI_STL_LIST
#include <list> #include <list>
#endif
#ifndef _RTL_USTRING
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#endif
#include <vcl/dialog.hxx> #include <vcl/dialog.hxx>
#include <tools/config.hxx> #include <tools/config.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment