Skip to content

Commit

Permalink
Merge pull request #4409 from AureliusB/patch-1
Browse files Browse the repository at this point in the history
edit the #include to "xy/yx.h" from <xy/yx.h>
  • Loading branch information
davidlange6 committed Jun 27, 2014
2 parents 4da854f + 5abb405 commit 0026591
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Validation/MuonRPCGeometry/plugins/RPCGeometryServTest.cc
Expand Up @@ -5,19 +5,19 @@

#include <memory>
#include <fstream>
#include <FWCore/Framework/interface/Frameworkfwd.h>
#include "FWCore/Framework/interface/Frameworkfwd.h"

#include <FWCore/Framework/interface/EDAnalyzer.h>
#include <FWCore/Framework/interface/Event.h>
#include <FWCore/Framework/interface/EventSetup.h>
#include <FWCore/Framework/interface/ESHandle.h>
#include <FWCore/ParameterSet/interface/ParameterSet.h>
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"

#include "Geometry/RPCGeometry/interface/RPCGeometry.h"
#include "Geometry/RPCGeometry/interface/RPCGeomServ.h"
#include <Geometry/Records/interface/MuonGeometryRecord.h>
#include <Geometry/CommonTopologies/interface/RectangularStripTopology.h>
#include <Geometry/CommonTopologies/interface/TrapezoidalStripTopology.h>
#include "Geometry/Records/interface/MuonGeometryRecord.h"
#include "Geometry/CommonTopologies/interface/RectangularStripTopology.h"
#include "Geometry/CommonTopologies/interface/TrapezoidalStripTopology.h"


#include "Validation/MuonRPCGeometry/plugins/RPCGeometryServTest.h"
Expand Down

0 comments on commit 0026591

Please sign in to comment.