"...resnet50_tensorflow.git" did not exist on "80178fc6618199193f0e2c7ff0503f87e6fbbcdb"
Commit ca498ac2 authored by Davis King's avatar Davis King
Browse files

Just removed double __ from the inclusion guard names.

parent 7ce265f5
// 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.
#undef DLIB_SETUP_HAShED_FEATURES_ABSTRACT_H__ #undef DLIB_SETUP_HAShED_FEATURES_ABSTRACT_Hh_
#ifdef DLIB_SETUP_HAShED_FEATURES_ABSTRACT_H__ #ifdef DLIB_SETUP_HAShED_FEATURES_ABSTRACT_Hh_
#include "scan_image_pyramid_abstract.h" #include "scan_image_pyramid_abstract.h"
#include "scan_image_boxes_abstract.h" #include "scan_image_boxes_abstract.h"
...@@ -205,6 +205,6 @@ namespace dlib ...@@ -205,6 +205,6 @@ namespace dlib
} }
#endif // DLIB_SETUP_HAShED_FEATURES_ABSTRACT_H__ #endif // DLIB_SETUP_HAShED_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_SAVE_PnG_CPP__ #ifndef DLIB_SAVE_PnG_CPPh_
#define DLIB_SAVE_PnG_CPP__ #define DLIB_SAVE_PnG_CPPh_
// only do anything with this file if DLIB_PNG_SUPPORT is defined // only do anything with this file if DLIB_PNG_SUPPORT is defined
#ifdef DLIB_PNG_SUPPORT #ifdef DLIB_PNG_SUPPORT
...@@ -119,6 +119,6 @@ namespace dlib ...@@ -119,6 +119,6 @@ namespace dlib
#endif // DLIB_PNG_SUPPORT #endif // DLIB_PNG_SUPPORT
#endif // DLIB_SAVE_PnG_CPP__ #endif // DLIB_SAVE_PnG_CPPh_
// 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_SAVE_PnG_H__ #ifndef DLIB_SAVE_PnG_Hh_
#define DLIB_SAVE_PnG_H__ #define DLIB_SAVE_PnG_Hh_
#include "save_png_abstract.h" #include "save_png_abstract.h"
#include "image_saver.h" #include "image_saver.h"
...@@ -158,5 +158,5 @@ namespace dlib ...@@ -158,5 +158,5 @@ namespace dlib
#include "save_png.cpp" #include "save_png.cpp"
#endif #endif
#endif // DLIB_SAVE_PnG_H__ #endif // DLIB_SAVE_PnG_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_RANDOMLY_COlOR_IMAGE_H__ #ifndef DLIB_RANDOMLY_COlOR_IMAGE_Hh_
#define DLIB_RANDOMLY_COlOR_IMAGE_H__ #define DLIB_RANDOMLY_COlOR_IMAGE_Hh_
#include "colormaps_abstract.h" #include "colormaps_abstract.h"
#include "../hash.h" #include "../hash.h"
...@@ -237,5 +237,5 @@ namespace dlib ...@@ -237,5 +237,5 @@ namespace dlib
} }
#endif // DLIB_RANDOMLY_COlOR_IMAGE_H__ #endif // DLIB_RANDOMLY_COlOR_IMAGE_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.
#undef DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_H__ #undef DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_Hh_
#ifdef DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_H__ #ifdef DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_Hh_
#include "../hash.h" #include "../hash.h"
#include "../pixel.h" #include "../pixel.h"
...@@ -122,6 +122,6 @@ namespace dlib ...@@ -122,6 +122,6 @@ namespace dlib
} }
#endif // DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_H__ #endif // DLIB_RANDOMLY_COlOR_IMAGE_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_fHOG_H__ #ifndef DLIB_fHOG_Hh_
#define DLIB_fHOG_H__ #define DLIB_fHOG_Hh_
#include "fhog_abstract.h" #include "fhog_abstract.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -941,5 +941,5 @@ namespace dlib ...@@ -941,5 +941,5 @@ namespace dlib
} }
#endif // DLIB_fHOG_H__ #endif // DLIB_fHOG_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_fHOG_ABSTRACT_H__ #undef DLIB_fHOG_ABSTRACT_Hh_
#ifdef DLIB_fHOG_ABSTRACT_H__ #ifdef DLIB_fHOG_ABSTRACT_Hh_
#include "../matrix/matrix_abstract.h" #include "../matrix/matrix_abstract.h"
#include "../array2d/array2d_kernel_abstract.h" #include "../array2d/array2d_kernel_abstract.h"
...@@ -328,6 +328,6 @@ namespace dlib ...@@ -328,6 +328,6 @@ namespace dlib
} }
#endif // DLIB_fHOG_ABSTRACT_H__ #endif // DLIB_fHOG_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_IMAGE_PYRaMID_H__ #ifndef DLIB_IMAGE_PYRaMID_Hh_
#define DLIB_IMAGE_PYRaMID_H__ #define DLIB_IMAGE_PYRaMID_Hh_
#include "image_pyramid_abstract.h" #include "image_pyramid_abstract.h"
#include "../pixel.h" #include "../pixel.h"
...@@ -928,5 +928,5 @@ namespace dlib ...@@ -928,5 +928,5 @@ namespace dlib
} }
#endif // DLIB_IMAGE_PYRaMID_H__ #endif // DLIB_IMAGE_PYRaMID_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_IMAGE_PYRaMID_ABSTRACT_H__ #undef DLIB_IMAGE_PYRaMID_ABSTRACT_Hh_
#ifdef DLIB_IMAGE_PYRaMID_ABSTRACT_H__ #ifdef DLIB_IMAGE_PYRaMID_ABSTRACT_Hh_
#include "../pixel.h" #include "../pixel.h"
#include "../array2d.h" #include "../array2d.h"
...@@ -180,6 +180,6 @@ namespace dlib ...@@ -180,6 +180,6 @@ namespace dlib
} }
#endif // DLIB_IMAGE_PYRaMID_ABSTRACT_H__ #endif // DLIB_IMAGE_PYRaMID_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_INTERPOlATION__ #ifndef DLIB_INTERPOlATIONh_
#define DLIB_INTERPOlATION__ #define DLIB_INTERPOlATIONh_
#include "interpolation_abstract.h" #include "interpolation_abstract.h"
#include "../pixel.h" #include "../pixel.h"
...@@ -1566,5 +1566,5 @@ namespace dlib ...@@ -1566,5 +1566,5 @@ namespace dlib
} }
#endif // DLIB_INTERPOlATION__ #endif // DLIB_INTERPOlATIONh_
// 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_SEGMENT_ImAGE_H__ #ifndef DLIB_SEGMENT_ImAGE_Hh_
#define DLIB_SEGMENT_ImAGE_H__ #define DLIB_SEGMENT_ImAGE_Hh_
#include "segment_image_abstract.h" #include "segment_image_abstract.h"
#include "../algs.h" #include "../algs.h"
...@@ -729,5 +729,5 @@ namespace dlib ...@@ -729,5 +729,5 @@ namespace dlib
} }
#endif // DLIB_SEGMENT_ImAGE_H__ #endif // DLIB_SEGMENT_ImAGE_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.
#undef DLIB_SEGMENT_ImAGE_ABSTRACT_H__ #undef DLIB_SEGMENT_ImAGE_ABSTRACT_Hh_
#ifdef DLIB_SEGMENT_ImAGE_ABSTRACT_H__ #ifdef DLIB_SEGMENT_ImAGE_ABSTRACT_Hh_
#include <vector> #include <vector>
#include "../matrix.h" #include "../matrix.h"
...@@ -120,6 +120,6 @@ namespace dlib ...@@ -120,6 +120,6 @@ namespace dlib
} }
#endif // DLIB_SEGMENT_ImAGE_ABSTRACT_H__ #endif // DLIB_SEGMENT_ImAGE_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_IOSOCkSTREAM_H___ #ifndef DLIB_IOSOCkSTREAM_H_h_
#define DLIB_IOSOCkSTREAM_H___ #define DLIB_IOSOCkSTREAM_H_h_
#include "iosockstream/iosockstream.h" #include "iosockstream/iosockstream.h"
#endif // DLIB_IOSOCkSTREAM_H___ #endif // DLIB_IOSOCkSTREAM_H_h_
// 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_IOSOCKSTrEAM_H__ #ifndef DLIB_IOSOCKSTrEAM_Hh_
#define DLIB_IOSOCKSTrEAM_H__ #define DLIB_IOSOCKSTrEAM_Hh_
#include "iosockstream_abstract.h" #include "iosockstream_abstract.h"
...@@ -152,6 +152,6 @@ namespace dlib ...@@ -152,6 +152,6 @@ namespace dlib
} }
#endif // DLIB_IOSOCKSTrEAM_H__ #endif // DLIB_IOSOCKSTrEAM_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_IOSOCKSTrEAM_ABSTRACT_H__ #undef DLIB_IOSOCKSTrEAM_ABSTRACT_Hh_
#ifdef DLIB_IOSOCKSTrEAM_ABSTRACT_H__ #ifdef DLIB_IOSOCKSTrEAM_ABSTRACT_Hh_
#include "../sockstreambuf/sockstreambuf_abstract.h" #include "../sockstreambuf/sockstreambuf_abstract.h"
...@@ -154,7 +154,7 @@ namespace dlib ...@@ -154,7 +154,7 @@ namespace dlib
} }
#endif // DLIB_IOSOCKSTrEAM_ABSTRACT_H__ #endif // DLIB_IOSOCKSTrEAM_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_CREATE_RANDOM_PROJECTION_HAsH_H__ #ifndef DLIB_CREATE_RANDOM_PROJECTION_HAsH_Hh_
#define DLIB_CREATE_RANDOM_PROJECTION_HAsH_H__ #define DLIB_CREATE_RANDOM_PROJECTION_HAsH_Hh_
#include "create_random_projection_hash_abstract.h" #include "create_random_projection_hash_abstract.h"
#include "projection_hash.h" #include "projection_hash.h"
...@@ -228,5 +228,5 @@ namespace dlib ...@@ -228,5 +228,5 @@ namespace dlib
} }
#endif // DLIB_CREATE_RANDOM_PROJECTION_HAsH_H__ #endif // DLIB_CREATE_RANDOM_PROJECTION_HAsH_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.
#undef DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_H__ #undef DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_Hh_
#ifdef DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_H__ #ifdef DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_Hh_
#include "projection_hash_abstract.h" #include "projection_hash_abstract.h"
#include "../rand.h" #include "../rand.h"
...@@ -143,6 +143,6 @@ namespace dlib ...@@ -143,6 +143,6 @@ namespace dlib
} }
#endif // DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_H__ #endif // DLIB_CREATE_RANDOM_PROJECTION_HAsH_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_LSH_HAShES_H__ #ifndef DLIB_LSH_HAShES_Hh_
#define DLIB_LSH_HAShES_H__ #define DLIB_LSH_HAShES_Hh_
#include "hashes_abstract.h" #include "hashes_abstract.h"
#include "../hash.h" #include "../hash.h"
...@@ -215,5 +215,5 @@ namespace dlib ...@@ -215,5 +215,5 @@ namespace dlib
} }
#endif // DLIB_LSH_HAShES_H__ #endif // DLIB_LSH_HAShES_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_LSH_HAShES_ABSTRACT_H__ #undef DLIB_LSH_HAShES_ABSTRACT_Hh_
#ifdef DLIB_LSH_HAShES_ABSTRACT_H__ #ifdef DLIB_LSH_HAShES_ABSTRACT_Hh_
#include "../matrix.h" #include "../matrix.h"
...@@ -281,6 +281,6 @@ namespace dlib ...@@ -281,6 +281,6 @@ namespace dlib
} }
#endif // DLIB_LSH_HAShES_ABSTRACT_H__ #endif // DLIB_LSH_HAShES_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_PROJECTION_HASh_H__ #ifndef DLIB_PROJECTION_HASh_Hh_
#define DLIB_PROJECTION_HASh_H__ #define DLIB_PROJECTION_HASh_Hh_
#include "projection_hash_abstract.h" #include "projection_hash_abstract.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -114,5 +114,5 @@ namespace dlib ...@@ -114,5 +114,5 @@ namespace dlib
} }
#endif // DLIB_PROJECTION_HASh_H__ #endif // DLIB_PROJECTION_HASh_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