summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/locale/generic/c_locale.h
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-23 18:56:00 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-23 18:56:00 +0000
commit4f49f36e8a9f991616f994c666dd8fc9116e5f5e (patch)
treeaf1b398ad8e0482a4aa96c410a702f4242e588c7 /libstdc++-v3/config/locale/generic/c_locale.h
parentb38347a5173370e36f6fda2f53c1f8d702e20deb (diff)
downloadgcc-4f49f36e8a9f991616f994c666dd8fc9116e5f5e.tar.gz
2003-01-23 Benjamin Kosnik <bkoz@redhat.com>
Revert include ordering. * config/locale/generic/c_locale.h: Add include guards. * config/locale/gnu/c_locale.h: Same. * include/bits/locale_classes.h: Remove cctype include. * include/std/std_iosfwd.h: Add c++locale.h, cctype includes. * include/std/std_fstream.h: Remove streambuf include. * include/std/std_sstream.h: Remove streambuf include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61664 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config/locale/generic/c_locale.h')
-rw-r--r--libstdc++-v3/config/locale/generic/c_locale.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/config/locale/generic/c_locale.h b/libstdc++-v3/config/locale/generic/c_locale.h
index 1947002ce2b..ccc1f2503e0 100644
--- a/libstdc++-v3/config/locale/generic/c_locale.h
+++ b/libstdc++-v3/config/locale/generic/c_locale.h
@@ -33,6 +33,11 @@
// Written by Benjamin Kosnik <bkoz@redhat.com>
+#ifndef _CPP_BITS_C_LOCALE_H
+#define _CPP_BITS_C_LOCALE_H 1
+
+#pragma GCC system_header
+
#include <clocale>
#define _GLIBCPP_NUM_CATEGORIES 0
@@ -73,3 +78,5 @@ namespace std
return __ret;
}
}
+
+#endif