summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-05 15:55:27 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:12:52 +0200
commitbcdb4cc8666f55cd5998b42bab800bcb2e7d2f03 (patch)
treecc073e672182ebedcad8f84b4ace30a3a7b72a05 /sal/inc
parent334bef4563f3df39bba87f73a11a35744dd0a4d1 (diff)
more removed include guards using fixguard.py
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/rtl/string.hxx2
-rw-r--r--sal/inc/rtl/ustrbuf.hxx2
-rw-r--r--sal/inc/rtl/ustring.hxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx
index c85da92c177b..615dbef1b4a5 100644
--- a/sal/inc/rtl/string.hxx
+++ b/sal/inc/rtl/string.hxx
@@ -30,9 +30,7 @@
#ifdef __cplusplus
-#ifndef _RTL_DIAGNOSE_H_
#include <osl/diagnose.h>
-#endif
#include <rtl/memory.h>
#include <rtl/textenc.h>
#include <rtl/string.h>
diff --git a/sal/inc/rtl/ustrbuf.hxx b/sal/inc/rtl/ustrbuf.hxx
index 3f8421b1f3c7..a50e173379f7 100644
--- a/sal/inc/rtl/ustrbuf.hxx
+++ b/sal/inc/rtl/ustrbuf.hxx
@@ -30,9 +30,7 @@
#include <osl/diagnose.h>
#include <rtl/ustrbuf.h>
-#ifndef _RTL_USTRING_HXX
#include <rtl/ustring.hxx>
-#endif
#ifdef __cplusplus
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index 9a2ef8b9edc9..e0df78cbbf34 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -30,9 +30,7 @@
#ifdef __cplusplus
-#ifndef _RTL_DIAGNOSE_H_
#include "osl/diagnose.h"
-#endif
#include <rtl/ustring.h>
#include <rtl/string.hxx>
#include <rtl/memory.h>