Skip to content

Commit

Permalink
Moved Services headers from include to src
Browse files Browse the repository at this point in the history
PrintLoadingPlugins and Timing are not Services with which users should interact. Therefore their headers do not need to be included in any code outside of their package.
  • Loading branch information
Dr15Jones committed Dec 30, 2015
1 parent 0789b19 commit 628d4f1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FWCore/Services/plugins/Module.cc
Expand Up @@ -4,13 +4,13 @@
#include "FWCore/Services/src/UnixSignalService.h"

#include "FWCore/Services/src/JobReportService.h"
#include "FWCore/Services/interface/Timing.h"
#include "FWCore/Services/src/Timing.h"
#include "FWCore/Services/src/Memory.h"
#include "FWCore/Services/src/CPU.h"
#include "FWCore/Services/src/LoadAllDictionaries.h"
#include "FWCore/Services/src/EnableFloatingPointExceptions.h"
#include "FWCore/ServiceRegistry/interface/ServiceMaker.h"
#include "FWCore/Services/interface/PrintLoadingPlugins.h"
#include "FWCore/Services/src/PrintLoadingPlugins.h"

using edm::service::JobReportService;
using edm::service::Tracer;
Expand Down
2 changes: 1 addition & 1 deletion FWCore/Services/src/PrintLoadingPlugins.cc
Expand Up @@ -13,7 +13,7 @@
// system include files

// user include files
#include "FWCore/Services/interface/PrintLoadingPlugins.h"
#include "FWCore/Services/src/PrintLoadingPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/PluginManager/interface/PluginManager.h"
#include "FWCore/PluginManager/interface/PluginInfo.h"
Expand Down
Expand Up @@ -7,8 +7,8 @@
//
// Package: Services
// Class : PrintLoadingPlugins
//
/**\class PrintLoadingPlugins PrintLoadingPlugins.h FWCore/Services/interface/PrintLoadingPlugins.h
//
/**\class PrintLoadingPlugins PrintLoadingPlugins.h FWCore/Services/src/PrintLoadingPlugins.h
Description: <one line class summary>
Expand Down
2 changes: 1 addition & 1 deletion FWCore/Services/src/Timing.cc
Expand Up @@ -8,7 +8,7 @@
// Original Author: Jim Kowalkowski
//

#include "FWCore/Services/interface/Timing.h"
#include "FWCore/Services/src/Timing.h"

#include "DataFormats/Provenance/interface/ModuleDescription.h"
#include "FWCore/MessageLogger/interface/JobReport.h"
Expand Down
File renamed without changes.

0 comments on commit 628d4f1

Please sign in to comment.