From 42be05dde870b6dea49307d9d7458a653c5c084e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 21 May 2017 19:25:27 +0100 Subject: Remove unnecessary includes --- icetray/icetray/sqlSource.h | 1 - icetray/icetray/staticSqlSource.h | 1 - 2 files changed, 2 deletions(-) diff --git a/icetray/icetray/sqlSource.h b/icetray/icetray/sqlSource.h index 70afe8c..3a0fc71 100644 --- a/icetray/icetray/sqlSource.h +++ b/icetray/icetray/sqlSource.h @@ -1,7 +1,6 @@ #ifndef ICETRAY_SQLSOURCE_H #define ICETRAY_SQLSOURCE_H -#include #include #include #include diff --git a/icetray/icetray/staticSqlSource.h b/icetray/icetray/staticSqlSource.h index 84fd402..01fed81 100644 --- a/icetray/icetray/staticSqlSource.h +++ b/icetray/icetray/staticSqlSource.h @@ -2,7 +2,6 @@ #define ICETRAY_STATICSQLSOURCE_H #include "sqlSource.h" -#include namespace IceTray { class DLL_PUBLIC StaticSqlSource : public SqlSource { -- cgit v1.2.3