Skip to content

Commit a6e1744

Browse files
authored
[OMON-452] Remove dangling boost headers (#252)
1 parent 694e128 commit a6e1744

File tree

7 files changed

+1
-15
lines changed

7 files changed

+1
-15
lines changed

include/Monitoring/ProcessMonitor.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#define ALICEO2_MONITORING_CORE_PROCESSMONITOR_H
1818

1919
#include <atomic>
20-
#include <boost/algorithm/string.hpp>
2120
#include <iostream>
2221
#include <string>
2322
#include <vector>

src/ProcessMonitor.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include "Monitoring/ProcessMonitor.h"
77
#include "MonLogger.h"
8-
#include <boost/algorithm/string/classification.hpp>
8+
#include <unistd.h>
99
#include <chrono>
1010
#include <sstream>
1111
#include <cmath>

src/Transports/HTTP.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include "HTTP.h"
77
#include "../MonLogger.h"
88
#include "../Exceptions/MonitoringException.h"
9-
#include <boost/algorithm/string.hpp>
109

1110
namespace o2
1211
{

src/Transports/Kafka.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
#include "TransportInterface.h"
2020

21-
#include <boost/array.hpp>
22-
#include <boost/asio.hpp>
23-
#include <boost/algorithm/string.hpp>
2421
#include <chrono>
2522
#include <string>
2623
#include <librdkafka/rdkafkacpp.h>

src/Transports/TCP.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818

1919
#include "TransportInterface.h"
2020

21-
#include <boost/array.hpp>
2221
#include <boost/asio.hpp>
23-
#include <boost/algorithm/string.hpp>
24-
#include <chrono>
2522
#include <string>
2623

2724
namespace o2

src/Transports/UDP.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818

1919
#include "TransportInterface.h"
2020

21-
#include <boost/array.hpp>
2221
#include <boost/asio.hpp>
23-
#include <boost/algorithm/string.hpp>
24-
#include <chrono>
2522
#include <string>
2623

2724
namespace o2

src/Transports/Unix.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818

1919
#include "TransportInterface.h"
2020

21-
#include <boost/array.hpp>
2221
#include <boost/asio.hpp>
23-
#include <boost/algorithm/string.hpp>
24-
#include <chrono>
2522
#include <string>
2623

2724
namespace o2

0 commit comments

Comments
 (0)