Skip to content
Snippets Groups Projects
Commit 7eb27319 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Include ROOT/TDataFrame.hxx in the PCH

parent 6085cd30
No related branches found
No related tags found
No related merge requests found
...@@ -436,7 +436,7 @@ def getExtraHeaders(): ...@@ -436,7 +436,7 @@ def getExtraHeaders():
def removeUnwantedHeaders(allHeadersContent): def removeUnwantedHeaders(allHeadersContent):
""" remove unwanted headers, e.g. the ones used for dictionaries but not desirable in the pch """ remove unwanted headers, e.g. the ones used for dictionaries but not desirable in the pch
""" """
unwantedHeaders = ["ROOT/TDataFrame.hxx"] unwantedHeaders = []
for unwantedHeader in unwantedHeaders: for unwantedHeader in unwantedHeaders:
allHeadersContent = allHeadersContent.replace('#include "%s"' %unwantedHeader,"") allHeadersContent = allHeadersContent.replace('#include "%s"' %unwantedHeader,"")
return allHeadersContent return allHeadersContent
......
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