summaryrefslogtreecommitdiff
path: root/glib/glibmm/utility.h
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-08-16 18:58:58 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-08-16 19:00:35 +0200
commit4f880f5d85c7e855f0430bb640db54dae9cc7e07 (patch)
tree3b3615167bad96fbd5a6e3c9dee15e49f7ebdae7 /glib/glibmm/utility.h
parent164df297d1b57f9fb1e717ca29c1944a964e85c6 (diff)
downloadglibmm-4f880f5d85c7e855f0430bb640db54dae9cc7e07.tar.gz
Get rid of all uses of GLIBMM_USING_STD()
* glib/src/*.{ccg,hg}: Remove all uses of GLIBMM_USING_STD(). We definitely do not need this anymore, and probably never did. We never covered all symbols from namespace std anyway and never got any complaint about it. Also, be careful to always include the glibmmconfig.h header when it is needed. * glib/glibmm/*.{cc,h}: ditto. * glib/glibmmconfig.h.in: Clean up and re-indent.
Diffstat (limited to 'glib/glibmm/utility.h')
-rw-r--r--glib/glibmm/utility.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/glib/glibmm/utility.h b/glib/glibmm/utility.h
index 4c353c5b..000e1b08 100644
--- a/glib/glibmm/utility.h
+++ b/glib/glibmm/utility.h
@@ -1,7 +1,6 @@
// -*- c++ -*-
#ifndef _GLIBMM_UTILITY_H
#define _GLIBMM_UTILITY_H
-/* $Id$ */
/* Copyright 2002 The gtkmm Development Team
*
@@ -20,9 +19,9 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <glib.h>
+#include <glibmmconfig.h>
#include <glibmm/ustring.h>
-
+#include <glib.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
@@ -111,6 +110,4 @@ void append_canonical_typename(std::string& dest, const char* type_name);
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
-
#endif /* _GLIBMM_UTILITY_H */
-