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_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_H__ #undef DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_Hh_
#ifdef DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_H__ #ifdef DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_Hh_
#include "structural_svm_problem_abstract.h" #include "structural_svm_problem_abstract.h"
...@@ -335,6 +335,6 @@ namespace dlib ...@@ -335,6 +335,6 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_H__ #endif // DLIB_STRUCTURAL_SVM_DISTRIBUTeD_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_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_H__ #ifndef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_Hh_
#define DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_H__ #define DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_Hh_
#include "structural_svm_graph_labeling_problem_abstract.h" #include "structural_svm_graph_labeling_problem_abstract.h"
...@@ -537,6 +537,6 @@ namespace dlib ...@@ -537,6 +537,6 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_H__ #endif // DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_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.
#undef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_H__ #undef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_Hh_
#ifdef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_H__ #ifdef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_Hh_
#include "../array/array_kernel_abstract.h" #include "../array/array_kernel_abstract.h"
#include "../graph/graph_kernel_abstract.h" #include "../graph/graph_kernel_abstract.h"
...@@ -242,7 +242,7 @@ namespace dlib ...@@ -242,7 +242,7 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_H__ #endif // DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_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_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_H__ #ifndef DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_Hh_
#define DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_H__ #define DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_Hh_
#include "structural_svm_object_detection_problem_abstract.h" #include "structural_svm_object_detection_problem_abstract.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -533,6 +533,6 @@ namespace dlib ...@@ -533,6 +533,6 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_H__ #endif // DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_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_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_H__ #undef DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_Hh_
#ifdef DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_H__ #ifdef DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_Hh_
#include "../matrix.h" #include "../matrix.h"
#include "structural_svm_problem_threaded_abstract.h" #include "structural_svm_problem_threaded_abstract.h"
...@@ -202,7 +202,7 @@ namespace dlib ...@@ -202,7 +202,7 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_H__ #endif // DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_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_STRUCTURAL_SVM_PRObLEM_H__ #ifndef DLIB_STRUCTURAL_SVM_PRObLEM_Hh_
#define DLIB_STRUCTURAL_SVM_PRObLEM_H__ #define DLIB_STRUCTURAL_SVM_PRObLEM_Hh_
#include "structural_svm_problem_abstract.h" #include "structural_svm_problem_abstract.h"
#include "../algs.h" #include "../algs.h"
...@@ -618,5 +618,5 @@ namespace dlib ...@@ -618,5 +618,5 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_H__ #endif // DLIB_STRUCTURAL_SVM_PRObLEM_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_STRUCTURAL_SVM_PRObLEM_ABSTRACT_H__ #undef DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_Hh_
#ifdef DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_H__ #ifdef DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_Hh_
#include "../optimization/optimization_oca_abstract.h" #include "../optimization/optimization_oca_abstract.h"
#include "sparse_vector_abstract.h" #include "sparse_vector_abstract.h"
...@@ -326,6 +326,6 @@ namespace dlib ...@@ -326,6 +326,6 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_H__ #endif // DLIB_STRUCTURAL_SVM_PRObLEM_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_STRUCTURAL_SVM_PRObLEM_THREADED_H__ #ifndef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_Hh_
#define DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_H__ #define DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_Hh_
#include "structural_svm_problem_threaded_abstract.h" #include "structural_svm_problem_threaded_abstract.h"
#include "../algs.h" #include "../algs.h"
...@@ -152,6 +152,6 @@ namespace dlib ...@@ -152,6 +152,6 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_H__ #endif // DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_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_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_H__ #undef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_Hh_
#ifdef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_H__ #ifdef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_Hh_
#include "structural_svm_problem_abstract.h" #include "structural_svm_problem_abstract.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -62,7 +62,7 @@ namespace dlib ...@@ -62,7 +62,7 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_H__ #endif // DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_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_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_H__ #ifndef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_Hh_
#define DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_H__ #define DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_Hh_
#include "structural_svm_sequence_labeling_problem_abstract.h" #include "structural_svm_sequence_labeling_problem_abstract.h"
...@@ -277,5 +277,5 @@ namespace dlib ...@@ -277,5 +277,5 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_H__ #endif // DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_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_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_H__ #undef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_Hh_
#ifdef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_H__ #ifdef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_Hh_
#include "../matrix.h" #include "../matrix.h"
...@@ -105,6 +105,6 @@ namespace dlib ...@@ -105,6 +105,6 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_H__ #endif // DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_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_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_H__ #ifndef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_Hh_
#define DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_H__ #define DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_Hh_
#include "structural_track_association_trainer_abstract.h" #include "structural_track_association_trainer_abstract.h"
#include "../algs.h" #include "../algs.h"
...@@ -400,5 +400,5 @@ namespace dlib ...@@ -400,5 +400,5 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_H__ #endif // DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_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.
#undef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_H__ #undef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_Hh_
#ifdef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_H__ #ifdef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_Hh_
#include "track_association_function_abstract.h" #include "track_association_function_abstract.h"
#include "structural_assignment_trainer_abstract.h" #include "structural_assignment_trainer_abstract.h"
...@@ -263,6 +263,6 @@ namespace dlib ...@@ -263,6 +263,6 @@ namespace dlib
} }
#endif // DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_H__ #endif // DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_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_SVM_C_EKm_TRAINER_H__ #ifndef DLIB_SVM_C_EKm_TRAINER_Hh_
#define DLIB_SVM_C_EKm_TRAINER_H__ #define DLIB_SVM_C_EKm_TRAINER_Hh_
#include "../algs.h" #include "../algs.h"
#include "function.h" #include "function.h"
...@@ -630,7 +630,7 @@ namespace dlib ...@@ -630,7 +630,7 @@ namespace dlib
} }
#endif // DLIB_SVM_C_EKm_TRAINER_H__ #endif // DLIB_SVM_C_EKm_TRAINER_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_SVM_C_EKm_TRAINER_ABSTRACT_H__ #undef DLIB_SVM_C_EKm_TRAINER_ABSTRACT_Hh_
#ifdef DLIB_SVM_C_EKm_TRAINER_ABSTRACT_H__ #ifdef DLIB_SVM_C_EKm_TRAINER_ABSTRACT_Hh_
#include "../algs.h" #include "../algs.h"
#include "function_abstract.h" #include "function_abstract.h"
...@@ -379,6 +379,6 @@ namespace dlib ...@@ -379,6 +379,6 @@ namespace dlib
} }
#endif // DLIB_SVM_C_EKm_TRAINER_ABSTRACT_H__ #endif // DLIB_SVM_C_EKm_TRAINER_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_SVm_C_LINEAR_DCD_TRAINER_H__ #ifndef DLIB_SVm_C_LINEAR_DCD_TRAINER_Hh_
#define DLIB_SVm_C_LINEAR_DCD_TRAINER_H__ #define DLIB_SVm_C_LINEAR_DCD_TRAINER_Hh_
#include "svm_c_linear_dcd_trainer_abstract.h" #include "svm_c_linear_dcd_trainer_abstract.h"
#include <cmath> #include <cmath>
...@@ -668,6 +668,6 @@ namespace dlib ...@@ -668,6 +668,6 @@ namespace dlib
} }
#endif // DLIB_SVm_C_LINEAR_DCD_TRAINER_H__ #endif // DLIB_SVm_C_LINEAR_DCD_TRAINER_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_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_H__ #undef DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_Hh_
#ifdef DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_H__ #ifdef DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_Hh_
#include "function_abstract.h" #include "function_abstract.h"
#include "kernel_abstract.h" #include "kernel_abstract.h"
...@@ -351,5 +351,5 @@ namespace dlib ...@@ -351,5 +351,5 @@ namespace dlib
} }
#endif // DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_H__ #endif // DLIB_SVm_C_LINEAR_DCD_TRAINER_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_SVM_C_LiNEAR_TRAINER_H__ #ifndef DLIB_SVM_C_LiNEAR_TRAINER_Hh_
#define DLIB_SVM_C_LiNEAR_TRAINER_H__ #define DLIB_SVM_C_LiNEAR_TRAINER_Hh_
#include "svm_c_linear_trainer_abstract.h" #include "svm_c_linear_trainer_abstract.h"
#include "../algs.h" #include "../algs.h"
...@@ -702,5 +702,5 @@ namespace dlib ...@@ -702,5 +702,5 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_SVM_C_LiNEAR_TRAINER_H__ #endif // DLIB_SVM_C_LiNEAR_TRAINER_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_SVM_C_LiNEAR_TRAINER_ABSTRACT_H__ #undef DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_Hh_
#ifdef DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_H__ #ifdef DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_Hh_
#include "../matrix/matrix_abstract.h" #include "../matrix/matrix_abstract.h"
#include "../algs.h" #include "../algs.h"
...@@ -355,5 +355,5 @@ namespace dlib ...@@ -355,5 +355,5 @@ namespace dlib
} }
#endif // DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_H__ #endif // DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_Hh_
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // Copyright (C) 2007 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_SVm_C_TRAINER_H__ #ifndef DLIB_SVm_C_TRAINER_Hh_
#define DLIB_SVm_C_TRAINER_H__ #define DLIB_SVm_C_TRAINER_Hh_
//#include "local/make_label_kernel_matrix.h" //#include "local/make_label_kernel_matrix.h"
...@@ -355,5 +355,5 @@ namespace dlib ...@@ -355,5 +355,5 @@ namespace dlib
} }
#endif // DLIB_SVm_C_TRAINER_H__ #endif // DLIB_SVm_C_TRAINER_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