Commit ca498ac2 authored by Davis King's avatar Davis King
Browse files

Just removed double __ from the inclusion guard names.

parent 7ce265f5
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_GENERAL_POTTS_PRoBLEM_H__ #ifndef DLIB_GENERAL_POTTS_PRoBLEM_Hh_
#define DLIB_GENERAL_POTTS_PRoBLEM_H__ #define DLIB_GENERAL_POTTS_PRoBLEM_Hh_
#include "../graph_utils.h" #include "../graph_utils.h"
#include "min_cut.h" #include "min_cut.h"
...@@ -94,6 +94,6 @@ namespace dlib ...@@ -94,6 +94,6 @@ namespace dlib
} }
#endif // DLIB_GENERAL_POTTS_PRoBLEM_H__ #endif // DLIB_GENERAL_POTTS_PRoBLEM_Hh_
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_GRAPH_LaBELER_H__ #ifndef DLIB_GRAPH_LaBELER_Hh_
#define DLIB_GRAPH_LaBELER_H__ #define DLIB_GRAPH_LaBELER_Hh_
#include "graph_labeler_abstract.h" #include "graph_labeler_abstract.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -206,6 +206,6 @@ namespace dlib ...@@ -206,6 +206,6 @@ namespace dlib
} }
#endif // DLIB_GRAPH_LaBELER_H__ #endif // DLIB_GRAPH_LaBELER_Hh_
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_GRAPH_LaBELER_ABSTRACT_H__ #undef DLIB_GRAPH_LaBELER_ABSTRACT_Hh_
#ifdef DLIB_GRAPH_LaBELER_ABSTRACT_H__ #ifdef DLIB_GRAPH_LaBELER_ABSTRACT_Hh_
#include "find_max_factor_graph_potts_abstract.h" #include "find_max_factor_graph_potts_abstract.h"
#include "../graph/graph_kernel_abstract.h" #include "../graph/graph_kernel_abstract.h"
...@@ -181,5 +181,5 @@ namespace dlib ...@@ -181,5 +181,5 @@ namespace dlib
} }
#endif // DLIB_GRAPH_LaBELER_ABSTRACT_H__ #endif // DLIB_GRAPH_LaBELER_ABSTRACT_Hh_
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MIN_CuT_H__ #ifndef DLIB_MIN_CuT_Hh_
#define DLIB_MIN_CuT_H__ #define DLIB_MIN_CuT_Hh_
#include "min_cut_abstract.h" #include "min_cut_abstract.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -567,5 +567,5 @@ namespace dlib ...@@ -567,5 +567,5 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_MIN_CuT_H__ #endif // DLIB_MIN_CuT_Hh_
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MIN_CuT_ABSTRACT_H__ #undef DLIB_MIN_CuT_ABSTRACT_Hh_
#ifdef DLIB_MIN_CuT_ABSTRACT_H__ #ifdef DLIB_MIN_CuT_ABSTRACT_Hh_
#include "../graph_utils.h" #include "../graph_utils.h"
...@@ -471,6 +471,6 @@ namespace dlib ...@@ -471,6 +471,6 @@ namespace dlib
} }
#endif // DLIB_MIN_CuT_ABSTRACT_H__ #endif // DLIB_MIN_CuT_ABSTRACT_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_EDGE_LIST_GrAPHS_H__ #ifndef DLIB_EDGE_LIST_GrAPHS_Hh_
#define DLIB_EDGE_LIST_GrAPHS_H__ #define DLIB_EDGE_LIST_GrAPHS_Hh_
#include "edge_list_graphs_abstract.h" #include "edge_list_graphs_abstract.h"
#include <limits> #include <limits>
...@@ -588,6 +588,6 @@ namespace dlib ...@@ -588,6 +588,6 @@ namespace dlib
} }
#endif // DLIB_EDGE_LIST_GrAPHS_H__ #endif // DLIB_EDGE_LIST_GrAPHS_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_EDGE_LIST_GrAPHS_ABSTRACT_H__ #undef DLIB_EDGE_LIST_GrAPHS_ABSTRACT_Hh_
#ifdef DLIB_EDGE_LIST_GrAPHS_ABSTRACT_H__ #ifdef DLIB_EDGE_LIST_GrAPHS_ABSTRACT_Hh_
#include <vector> #include <vector>
#include "../string.h" #include "../string.h"
...@@ -354,5 +354,5 @@ namespace dlib ...@@ -354,5 +354,5 @@ namespace dlib
} }
#endif // DLIB_EDGE_LIST_GrAPHS_ABSTRACT_H__ #endif // DLIB_EDGE_LIST_GrAPHS_ABSTRACT_Hh_
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_H__ #ifndef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_Hh_
#define DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_H__ #define DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_Hh_
#include "find_k_nearest_neighbors_lsh_abstract.h" #include "find_k_nearest_neighbors_lsh_abstract.h"
#include "../threads.h" #include "../threads.h"
...@@ -212,6 +212,6 @@ namespace dlib ...@@ -212,6 +212,6 @@ namespace dlib
} }
#endif // DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_H__ #endif // DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_Hh_
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_H__ #undef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_Hh_
#ifdef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_H__ #ifdef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_Hh_
#include "../lsh/hashes_abstract.h" #include "../lsh/hashes_abstract.h"
#include "sample_pair_abstract.h" #include "sample_pair_abstract.h"
...@@ -98,5 +98,5 @@ namespace dlib ...@@ -98,5 +98,5 @@ namespace dlib
} }
#endif // DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_H__ #endif // DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MR_FUNCTION_ObJECTS_H__ #ifndef DLIB_MR_FUNCTION_ObJECTS_Hh_
#define DLIB_MR_FUNCTION_ObJECTS_H__ #define DLIB_MR_FUNCTION_ObJECTS_Hh_
#include "function_objects_abstract.h" #include "function_objects_abstract.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -124,6 +124,6 @@ namespace dlib ...@@ -124,6 +124,6 @@ namespace dlib
} }
#endif // DLIB_MR_FUNCTION_ObJECTS_H__ #endif // DLIB_MR_FUNCTION_ObJECTS_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_H__ #undef DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_Hh_
#ifdef DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_H__ #ifdef DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_Hh_
#include "../matrix.h" #include "../matrix.h"
#include <cmath> #include <cmath>
...@@ -203,7 +203,7 @@ namespace dlib ...@@ -203,7 +203,7 @@ namespace dlib
} }
#endif // DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_H__ #endif // DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_Hh_
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_ORDERED_SAMPLE_PaIR_H__ #ifndef DLIB_ORDERED_SAMPLE_PaIR_Hh_
#define DLIB_ORDERED_SAMPLE_PaIR_H__ #define DLIB_ORDERED_SAMPLE_PaIR_Hh_
#include "ordered_sample_pair_abstract.h" #include "ordered_sample_pair_abstract.h"
#include <limits> #include <limits>
...@@ -121,5 +121,5 @@ namespace dlib ...@@ -121,5 +121,5 @@ namespace dlib
} }
#endif // DLIB_ORDERED_SAMPLE_PaIR_H__ #endif // DLIB_ORDERED_SAMPLE_PaIR_Hh_
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_H__ #undef DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_Hh_
#ifdef DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_H__ #ifdef DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_Hh_
#include <limits> #include <limits>
#include "../serialize.h" #include "../serialize.h"
...@@ -123,6 +123,6 @@ namespace dlib ...@@ -123,6 +123,6 @@ namespace dlib
} }
#endif // DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_H__ #endif // DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SAMPLE_PaIR_H__ #ifndef DLIB_SAMPLE_PaIR_Hh_
#define DLIB_SAMPLE_PaIR_H__ #define DLIB_SAMPLE_PaIR_Hh_
#include "sample_pair_abstract.h" #include "sample_pair_abstract.h"
#include <limits> #include <limits>
...@@ -175,5 +175,5 @@ namespace dlib ...@@ -175,5 +175,5 @@ namespace dlib
} }
#endif // DLIB_SAMPLE_PaIR_H__ #endif // DLIB_SAMPLE_PaIR_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SAMPLE_PaIR_ABSTRACT_H__ #undef DLIB_SAMPLE_PaIR_ABSTRACT_Hh_
#ifdef DLIB_SAMPLE_PaIR_ABSTRACT_H__ #ifdef DLIB_SAMPLE_PaIR_ABSTRACT_Hh_
#include <limits> #include <limits>
#include "../serialize.h" #include "../serialize.h"
...@@ -187,6 +187,6 @@ namespace dlib ...@@ -187,6 +187,6 @@ namespace dlib
} }
#endif // DLIB_SAMPLE_PaIR_ABSTRACT_H__ #endif // DLIB_SAMPLE_PaIR_ABSTRACT_Hh_
#ifndef DLIB__BROWSER_H #ifndef DLIB_BROWSERhH
#define DLIB__BROWSER_H #define DLIB_BROWSERhH
#include <map> #include <map>
...@@ -97,5 +97,5 @@ namespace dlib ...@@ -97,5 +97,5 @@ namespace dlib
#include "http_client.cpp" #include "http_client.cpp"
#endif #endif
#endif // DLIB__BROWSER_H #endif // DLIB_BROWSERhH
#undef DLIB__BROWSER_ABSTRACT_ #undef DLIB_BROWSER_ABSTRACh_
#ifdef DLIB__BROWSER_ABSTRACT_ #ifdef DLIB_BROWSER_ABSTRACh_
...@@ -214,5 +214,5 @@ TODO: ...@@ -214,5 +214,5 @@ TODO:
} }
#endif // DLIB__BROWSER_ABSTRACT_ #endif // DLIB_BROWSER_ABSTRACh_
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_BINNED_VECTOR_IMAGE_FEATUrES_H__ #ifndef DLIB_BINNED_VECTOR_IMAGE_FEATUrES_Hh_
#define DLIB_BINNED_VECTOR_IMAGE_FEATUrES_H__ #define DLIB_BINNED_VECTOR_IMAGE_FEATUrES_Hh_
#include "../lsh/projection_hash.h" #include "../lsh/projection_hash.h"
#include "binned_vector_feature_image_abstract.h" #include "binned_vector_feature_image_abstract.h"
...@@ -428,6 +428,6 @@ namespace dlib ...@@ -428,6 +428,6 @@ namespace dlib
} }
#endif // DLIB_BINNED_VECTOR_IMAGE_FEATUrES_H__ #endif // DLIB_BINNED_VECTOR_IMAGE_FEATUrES_Hh_
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_H__ #undef DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_Hh_
#ifdef DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_H__ #ifdef DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_Hh_
#include "../lsh/projection_hash_abstract.h" #include "../lsh/projection_hash_abstract.h"
#include <vector> #include <vector>
...@@ -283,5 +283,5 @@ namespace dlib ...@@ -283,5 +283,5 @@ namespace dlib
} }
#endif // DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_H__ #endif // DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_Hh_
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_BUILD_SEPARABLE_PoLY_FILTERS_H__ #ifndef DLIB_BUILD_SEPARABLE_PoLY_FILTERS_Hh_
#define DLIB_BUILD_SEPARABLE_PoLY_FILTERS_H__ #define DLIB_BUILD_SEPARABLE_PoLY_FILTERS_Hh_
#include "../matrix.h" #include "../matrix.h"
#include "surf.h" #include "surf.h"
...@@ -182,5 +182,5 @@ namespace dlib ...@@ -182,5 +182,5 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_BUILD_SEPARABLE_PoLY_FILTERS_H__ #endif // DLIB_BUILD_SEPARABLE_PoLY_FILTERS_Hh_
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