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

Just removed double __ from the inclusion guard names.

parent 7ce265f5
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // Copyright (C) 2006 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_MATRIx_MAT_ABSTRACT_H__ #undef DLIB_MATRIx_MAT_ABSTRACT_Hh_
#ifdef DLIB_MATRIx_MAT_ABSTRACT_H__ #ifdef DLIB_MATRIx_MAT_ABSTRACT_Hh_
#include "matrix_abstract.h" #include "matrix_abstract.h"
#inclue <vector> #inclue <vector>
...@@ -209,6 +209,6 @@ namespace dlib ...@@ -209,6 +209,6 @@ namespace dlib
} }
#endif // DLIB_MATRIx_MAT_ABSTRACT_H__ #endif // DLIB_MATRIx_MAT_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_MATRIx_READ_FROM_ISTREAM_H___ #ifndef DLIB_MATRIx_READ_FROM_ISTREAM_H_h_
#define DLIB_MATRIx_READ_FROM_ISTREAM_H___ #define DLIB_MATRIx_READ_FROM_ISTREAM_H_h_
#include "matrix.h" #include "matrix.h"
#include <vector> #include <vector>
...@@ -104,5 +104,5 @@ namespace dlib ...@@ -104,5 +104,5 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_MATRIx_READ_FROM_ISTREAM_H___ #endif // DLIB_MATRIx_READ_FROM_ISTREAM_H_h_
// 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_MATRiX_TRSM_H__ #ifndef DLIB_MATRiX_TRSM_Hh_
#define DLIB_MATRiX_TRSM_H__ #define DLIB_MATRiX_TRSM_Hh_
#include "lapack/fortran_id.h" #include "lapack/fortran_id.h"
#include "cblas_constants.h" #include "cblas_constants.h"
...@@ -647,5 +647,5 @@ namespace dlib ...@@ -647,5 +647,5 @@ namespace dlib
} }
} }
#endif // DLIB_MATRiX_TRSM_H__ #endif // DLIB_MATRiX_TRSM_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_SYMMETRIC_MATRIX_CAcHE_H__ #ifndef DLIB_SYMMETRIC_MATRIX_CAcHE_Hh_
#define DLIB_SYMMETRIC_MATRIX_CAcHE_H__ #define DLIB_SYMMETRIC_MATRIX_CAcHE_Hh_
#include "symmetric_matrix_cache_abstract.h" #include "symmetric_matrix_cache_abstract.h"
#include <vector> #include <vector>
...@@ -460,5 +460,5 @@ namespace dlib ...@@ -460,5 +460,5 @@ namespace dlib
} }
#endif // DLIB_SYMMETRIC_MATRIX_CAcHE_H__ #endif // DLIB_SYMMETRIC_MATRIX_CAcHE_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.
#define DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_H__ #define DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_Hh_
#ifndef DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_H__ #ifndef DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_Hh_
#include "matrix_abstract.h" #include "matrix_abstract.h"
...@@ -59,5 +59,5 @@ namespace dlib ...@@ -59,5 +59,5 @@ namespace dlib
} }
#endif // DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_H__ #endif // DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_Hh_
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // Copyright (C) 2014 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_MISC_API_ShARED_H__ #ifndef DLIB_MISC_API_ShARED_Hh_
#define DLIB_MISC_API_ShARED_H__ #define DLIB_MISC_API_ShARED_Hh_
#include <string> #include <string>
#include "../noncopyable.h" #include "../noncopyable.h"
...@@ -41,5 +41,5 @@ namespace dlib ...@@ -41,5 +41,5 @@ namespace dlib
} }
#endif // DLIB_MISC_API_ShARED_H__ #endif // DLIB_MISC_API_ShARED_Hh_
// Copyright (C) 2013 Steve Taylor (steve98654@gmail.com) // Copyright (C) 2013 Steve Taylor (steve98654@gmail.com)
// License: Boost Software License See LICENSE.txt for full license // License: Boost Software License See LICENSE.txt for full license
#ifndef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON__ #ifndef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSONh_
#define DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON__ #define DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSONh_
#include "integrate_function_adapt_simpson_abstract.h" #include "integrate_function_adapt_simpson_abstract.h"
#include "../assert.h" #include "../assert.h"
...@@ -90,4 +90,4 @@ namespace dlib ...@@ -90,4 +90,4 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON__ #endif // DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSONh_
// Copyright (C) 2013 Steve Taylor (steve98654@gmail.com) // Copyright (C) 2013 Steve Taylor (steve98654@gmail.com)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACT__ #undef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACTh_
#ifdef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACT__ #ifdef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACTh_
namespace dlib namespace dlib
{ {
...@@ -30,5 +30,5 @@ namespace dlib ...@@ -30,5 +30,5 @@ namespace dlib
} }
#endif // DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACT__ #endif // DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACTh_
// 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_TO_OPEN_Cv_H__ #ifndef DLIB_TO_OPEN_Cv_Hh_
#define DLIB_TO_OPEN_Cv_H__ #define DLIB_TO_OPEN_Cv_Hh_
#include "to_open_cv_abstract.h" #include "to_open_cv_abstract.h"
#include "../pixel.h" #include "../pixel.h"
...@@ -40,5 +40,5 @@ namespace dlib ...@@ -40,5 +40,5 @@ namespace dlib
} }
#endif // DLIB_TO_OPEN_Cv_H__ #endif // DLIB_TO_OPEN_Cv_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_TO_OPEN_Cv_ABSTRACT__ #undef DLIB_TO_OPEN_Cv_ABSTRACTh_
#ifdef DLIB_TO_OPEN_Cv_ABSTRACT__ #ifdef DLIB_TO_OPEN_Cv_ABSTRACTh_
#include "../pixel.h" #include "../pixel.h"
...@@ -27,7 +27,7 @@ namespace dlib ...@@ -27,7 +27,7 @@ namespace dlib
!*/ !*/
} }
#endif // DLIB_TO_OPEN_Cv_ABSTRACT__ #endif // DLIB_TO_OPEN_Cv_ABSTRACTh_
// 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_FIND_MAX_FACTOR_GRAPH_nMPLP_H__ #ifndef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_Hh_
#define DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_H__ #define DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_Hh_
#include "find_max_factor_graph_nmplp_abstract.h" #include "find_max_factor_graph_nmplp_abstract.h"
#include <vector> #include <vector>
...@@ -333,5 +333,5 @@ namespace dlib ...@@ -333,5 +333,5 @@ namespace dlib
} }
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_H__ #endif // DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_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_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_H__ #undef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_Hh_
#ifdef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_H__ #ifdef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_Hh_
#include <vector> #include <vector>
...@@ -360,6 +360,6 @@ namespace dlib ...@@ -360,6 +360,6 @@ namespace dlib
} }
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_H__ #endif // DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_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_FIND_MAX_FACTOR_GRAPH_VITERBi_H__ #ifndef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_Hh_
#define DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_H__ #define DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_Hh_
#include "find_max_factor_graph_viterbi_abstract.h" #include "find_max_factor_graph_viterbi_abstract.h"
#include <vector> #include <vector>
...@@ -227,6 +227,6 @@ namespace dlib ...@@ -227,6 +227,6 @@ namespace dlib
} }
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_H__ #endif // DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_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_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_H__ #undef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_Hh_
#ifdef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_H__ #ifdef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_Hh_
#include <vector> #include <vector>
#include "../matrix.h" #include "../matrix.h"
...@@ -125,7 +125,7 @@ namespace dlib ...@@ -125,7 +125,7 @@ namespace dlib
} }
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_H__ #endif // DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_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_FIND_MAX_PaRSE_CKY_H__ #ifndef DLIB_FIND_MAX_PaRSE_CKY_Hh_
#define DLIB_FIND_MAX_PaRSE_CKY_H__ #define DLIB_FIND_MAX_PaRSE_CKY_Hh_
#include "find_max_parse_cky_abstract.h" #include "find_max_parse_cky_abstract.h"
#include <vector> #include <vector>
...@@ -410,5 +410,5 @@ namespace dlib ...@@ -410,5 +410,5 @@ namespace dlib
} }
#endif // DLIB_FIND_MAX_PaRSE_CKY_H__ #endif // DLIB_FIND_MAX_PaRSE_CKY_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_FIND_MAX_PARsE_CKY_ABSTRACT_H__ #undef DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_Hh_
#ifdef DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_H__ #ifdef DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_Hh_
#include <vector> #include <vector>
#include <string> #include <string>
...@@ -384,5 +384,5 @@ namespace dlib ...@@ -384,5 +384,5 @@ namespace dlib
} }
#endif // DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_H__ #endif // DLIB_FIND_MAX_PARsE_CKY_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_MAX_COST_ASSIgNMENT_H__ #ifndef DLIB_MAX_COST_ASSIgNMENT_Hh_
#define DLIB_MAX_COST_ASSIgNMENT_H__ #define DLIB_MAX_COST_ASSIgNMENT_Hh_
#include "max_cost_assignment_abstract.h" #include "max_cost_assignment_abstract.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -283,6 +283,6 @@ namespace dlib ...@@ -283,6 +283,6 @@ namespace dlib
} }
#endif // DLIB_MAX_COST_ASSIgNMENT_H__ #endif // DLIB_MAX_COST_ASSIgNMENT_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_MAX_COST_ASSIgNMENT_ABSTRACT_H__ #undef DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_Hh_
#ifdef DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_H__ #ifdef DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_Hh_
#include "../matrix.h" #include "../matrix.h"
#include <vector> #include <vector>
...@@ -59,5 +59,5 @@ namespace dlib ...@@ -59,5 +59,5 @@ namespace dlib
} }
#endif // DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_H__ #endif // DLIB_MAX_COST_ASSIgNMENT_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_MAX_SUM_SUBMaTRIX_H__ #ifndef DLIB_MAX_SUM_SUBMaTRIX_Hh_
#define DLIB_MAX_SUM_SUBMaTRIX_H__ #define DLIB_MAX_SUM_SUBMaTRIX_Hh_
#include "max_sum_submatrix_abstract.h" #include "max_sum_submatrix_abstract.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -281,5 +281,5 @@ namespace dlib ...@@ -281,5 +281,5 @@ namespace dlib
} }
#endif // DLIB_MAX_SUM_SUBMaTRIX_H__ #endif // DLIB_MAX_SUM_SUBMaTRIX_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_MAX_SUM_SUBMaTRIX_ABSTRACT_H__ #undef DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_Hh_
#ifdef DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_H__ #ifdef DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_Hh_
#include "../matrix.h" #include "../matrix.h"
#include <vector> #include <vector>
...@@ -44,6 +44,6 @@ namespace dlib ...@@ -44,6 +44,6 @@ namespace dlib
} }
#endif // DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_H__ #endif // DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_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