From 457cc2ddc8cee161eb89a19be08ce66effdfb75f Mon Sep 17 00:00:00 2001 From: "theraysmith@gmail.com" Date: Thu, 9 Jan 2014 17:38:35 +0000 Subject: [PATCH] stl cleanup git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@950 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- textord/bbgrid.h | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/textord/bbgrid.h b/textord/bbgrid.h index 40d52fd88..f780f9ae5 100644 --- a/textord/bbgrid.h +++ b/textord/bbgrid.h @@ -23,32 +23,10 @@ #include "clst.h" #include "coutln.h" +#include "hashfn.h" #include "rect.h" #include "scrollview.h" -#ifdef HAVE_CONFIG_H -#include "config_auto.h" -#endif // HAVE_CONFIG_H - -#ifdef USE_STD_NAMESPACE -#if (__cplusplus >= 201103L) || defined(_MSC_VER) // Visual Studio -#include -#if (_MSC_VER >= 1500 && _MSC_VER < 1600) // Visual Studio 2008 -using namespace std::tr1; -#else -using std::unordered_set; -#endif -#elif (defined(__GNUC__) && (((__GNUC__ == 3) && ( __GNUC_MINOR__ > 0)) || \ - __GNUC__ >= 4)) // gcc -// hash_set is deprecated in gcc -#include -using __gnu_cxx::hash_set; -#define unordered_set hash_set -#else -#include -#endif // gcc -#endif // USE_STD_NAMESPACE - #include "allheaders.h" class BLOCK;