Skip to content
Snippets Groups Projects
Commit 50103d93 authored by Sergey Linev's avatar Sergey Linev
Browse files

Remove some standard includes from io/tree classes

parent ba2c5de8
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@
#include "TStreamerInfo.h"
#include "TVirtualArray.h"
#include <assert.h>
/**
\class TStreamerInfoActions::TConfiguration
......
......@@ -15,7 +15,6 @@
#include "ROOT/RDataSource.hxx"
#include "ROOT/RStringView.hxx"
#include <map>
#include <memory>
#include <mutex>
#include <string>
......
......@@ -4,7 +4,6 @@
#include "ROOT/RDataSource.hxx"
#include <string>
#include <vector>
#include <map>
class RNonCopiable {
public:
......
......@@ -25,7 +25,6 @@
#include <TError.h>
#include <memory>
#include <vector>
namespace ROOT {
namespace Experimental {
......
......@@ -19,7 +19,6 @@
#include <cstdint>
#include <string>
#include <vector>
namespace ROOT {
namespace Experimental {
......
......@@ -26,7 +26,6 @@
#include <cstdio>
#include <memory>
#include <string>
#include <unordered_map>
class TFile;
......
......@@ -23,7 +23,6 @@
#include "TVirtualCollectionProxy.h"
#include "TNotifyLink.h"
#include <list>
#include <algorithm>
class TBranch;
......
......@@ -16,7 +16,6 @@
#include "TClassRef.h"
#include <map>
#include <string>
// Forward declarations
......
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