Skip to content
Snippets Groups Projects
Commit 0347c311 authored by Stewart Martin-Haugh's avatar Stewart Martin-Haugh
Browse files

Remove unnecessary ifdefs before standard includes

parent e7a0152b
No related branches found
No related tags found
No related merge requests found
......@@ -11,21 +11,11 @@
*/
// Include files
#ifndef _CPP_VECTOR
#include <vector>
#endif
#ifndef _CPP_ALGORITHM
#include <algorithm>
#endif
#ifndef _CPP_FUNCTIONAL
#include <functional>
#endif
#ifndef GAUDIKERNEL_KERNEL_H
#include "GaudiKernel/Kernel.h"
#endif
#ifndef GAUDIKERNEL_CONVERSIONSVC_H
#include "GaudiKernel/ConversionSvc.h"
#endif
#include <vector>
#include <algorithm>
#include <functional>
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/ConversionSvc.h"
template <class TYPE,class ARG> class SvcFactory2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment