Skip to content
Snippets Groups Projects
Commit b52f2582 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Mark EUDAQ includes as system headers

parent 609f8266
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,11 @@
#include <TH2F.h>
#include <iostream>
#include <eudaq/FileReader.hh>
#include <eudaq/StandardEvent.hh>
#include <eudaq/StdEventConverter.hh>
#include "core/module/Module.hpp"
#include "eudaq/FileReader.hh"
#include "eudaq/StandardEvent.hh"
#include "eudaq/StdEventConverter.hh"
#include "objects/Cluster.hpp"
#include "objects/Pixel.hpp"
#include "objects/Track.hpp"
......
......@@ -16,7 +16,7 @@
#include "EventLoaderEUDAQ.h"
#include "eudaq/PluginManager.hh"
#include <eudaq/PluginManager.hh>
using namespace corryvreckan;
using namespace std;
......
......@@ -12,9 +12,9 @@
#ifndef SequentialREADER_H__
#define SequentialREADER_H__
#include "eudaq/DetectorEvent.hh"
#include "eudaq/Event.hh"
#include "eudaq/FileReader.hh"
#include <eudaq/DetectorEvent.hh>
#include <eudaq/Event.hh>
#include <eudaq/FileReader.hh>
#include <memory>
#include <queue>
......
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