Separating global pool files from local pool files #146

Closed
muellerr wants to merge 8 commits from KSat:mueller/feature/splittingGlobPoolFiles into master
Showing only changes of commit d61c6d1e60 - Show all commits

View File

@ -1,7 +1,7 @@
#ifndef CONTROLLERSET_H_
#define CONTROLLERSET_H_
#include <framework/datapoolglob/GlobalDataSet.h>
#include "../datapoolglob/GlobalDataSet.h"
class ControllerSet :public GlobDataSet {
public: