Skip to content

Commit 61d33b4

Browse files
committed
Right includes for atima
1 parent 7485595 commit 61d33b4

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

atima/R3BAtima.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
#pragma once
1515

16-
#include "R3BAtima.h"
17-
1816
#include <Rtypes.h>
1917
#include <TObject.h>
2018
#include <catima/catima.h>
19+
2120
#include <memory>
21+
#include <vector>
2222

2323
class R3BAtima : public TObject
2424
{

atima/test/testR3BAtima.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515

1616
#include <cmath>
1717
#include <gtest/gtest.h>
18-
#include <map>
19-
#include <tuple>
20-
#include <utility>
21-
#include <vector>
2218

2319
namespace
2420
{

0 commit comments

Comments
 (0)