Skip to content

Commit 1df1b85

Browse files
authored
Fix include directives to use angle brackets
1 parent 9f148ec commit 1df1b85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DataFormats/Detectors/TOF/include/DataFormatsTOF/ParameterContainers.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
#ifndef O2_TOF_PARAMCONTAINER_H
1919
#define O2_TOF_PARAMCONTAINER_H
2020

21-
#include "TNamed.h"
22-
#include "TFile.h"
23-
#include "Framework/Logger.h"
24-
#include "map"
21+
#include <TNamed.h>
22+
#include <TFile.h>
23+
#include <Framework/Logger.h>
24+
#include <map>
2525

2626
namespace o2
2727
{

0 commit comments

Comments
 (0)