From 095d81809f379566ba8d858693e0ab90b739b69e Mon Sep 17 00:00:00 2001 From: Vassil Vassilev <vvasilev@cern.ch> Date: Mon, 19 Dec 2016 15:37:01 +0100 Subject: [PATCH] Remove unused header file, breaking module stage1 build. --- core/utils/src/SelectionRules.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/utils/src/SelectionRules.cxx b/core/utils/src/SelectionRules.cxx index feaa36eb471..9f44145c7dd 100644 --- a/core/utils/src/SelectionRules.cxx +++ b/core/utils/src/SelectionRules.cxx @@ -16,9 +16,9 @@ The class representing the collection of selection rules. #include <iostream> #include <sstream> #include <algorithm> -#include "fnmatch.h" +#include <fnmatch.h> +#include "Rtypes.h" #include "SelectionRules.h" -#include "TString.h" #include "llvm/Support/raw_ostream.h" #include "clang/Basic/SourceLocation.h" #include "clang/Basic/SourceManager.h" -- GitLab