remove unneeded boost includes

master
Andre Puschmann 7 years ago
parent 08212a6b13
commit ded550b793

@ -25,7 +25,6 @@
*/ */
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include <boost/thread/mutex.hpp>
#include <enb.h> #include <enb.h>
#include "enb.h" #include "enb.h"

@ -29,7 +29,6 @@
#include "srslte/common/log.h" #include "srslte/common/log.h"
#include "srslte/common/log_filter.h" #include "srslte/common/log_filter.h"
#include "srslte/common/buffer_pool.h" #include "srslte/common/buffer_pool.h"
#include <boost/thread/mutex.hpp>
#include "srslte/asn1/gtpc.h" #include "srslte/asn1/gtpc.h"
#include "mme/s1ap_common.h" #include "mme/s1ap_common.h"
namespace srsepc namespace srsepc

@ -28,7 +28,6 @@
#include <string> #include <string>
#include <sstream> #include <sstream>
#include <iomanip> #include <iomanip>
#include <boost/thread/mutex.hpp>
#include "hss/hss.h" #include "hss/hss.h"
#include "srslte/common/security.h" #include "srslte/common/security.h"

@ -26,7 +26,6 @@
#include <iostream> #include <iostream>
#include <algorithm> #include <algorithm>
#include <boost/thread/mutex.hpp>
#include <fcntl.h> #include <fcntl.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <netinet/in.h> #include <netinet/in.h>

Loading…
Cancel
Save