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

Remove unnecessary ifdefs before standard includes

parent 0575c5e2
No related branches found
No related tags found
No related merge requests found
......@@ -18,18 +18,10 @@
*****************************************************************************/
#include "GaudiKernel/IInterface.h"
#ifndef _CPP_STRING
#include <string>
#endif
#ifndef _CPP_VECTOR
#include <vector>
#endif
#ifndef KERNEL_STATUSCODES_H
#include "GaudiKernel/StatusCode.h"
#endif
#ifndef GAUDIKERNEL_CLASSID_H
#include "GaudiKernel/ClassID.h"
#endif
#include "CoolKernel/types.h"
#include "CoolKernel/IDatabase.h"
......
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