Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/acomms/amac/mac_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define GOBY_ACOMMS_AMAC_MAC_MANAGER_H

#include <boost/signals2/signal.hpp> // for signal
#include <boost/smart_ptr/shared_ptr.hpp> // for shared_ptr
#include <chrono> // for seconds
#include <iosfwd> // for ostream
#include <list> // for list, list<>::ite...
Expand Down
1 change: 0 additions & 1 deletion src/acomms/dccl/dccl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#include "dccl.h"

#include <boost/smart_ptr/shared_ptr.hpp> // for shared_ptr
#include <dccl/codec.h> // for Codec

#include "goby/util/debug_logger/term_color.h" // for Colors, Colors::lt_blue
Expand Down
11 changes: 5 additions & 6 deletions src/acomms/modemdriver/driver_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@
#ifndef GOBY_ACOMMS_MODEMDRIVER_DRIVER_BASE_H
#define GOBY_ACOMMS_MODEMDRIVER_DRIVER_BASE_H

#include <atomic> // for atomic
#include <boost/signals2/signal.hpp> // for signal
#include <boost/smart_ptr/shared_ptr.hpp> // for shared_ptr
#include <iosfwd> // for ofstream
#include <memory> // for shared_ptr, __shared_p...
#include <string> // for string
#include <atomic> // for atomic
#include <boost/signals2/signal.hpp> // for signal
#include <iosfwd> // for ofstream
#include <memory> // for shared_ptr, __shared_p...
#include <string> // for string

#include "goby/acomms/protobuf/driver_base.pb.h" // for DriverCo...

Expand Down
2 changes: 1 addition & 1 deletion src/acomms/queue/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define GOBY_ACOMMS_QUEUE_QUEUE_H

#include <cstddef> // for size_t
#include <iostream> // for ostream
#include <iosfwd> // for ostream
#include <list> // for list
#include <map> // for multimap
#include <memory> // for shared_ptr
Expand Down
1 change: 0 additions & 1 deletion src/middleware/frontseat/interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <string> // for string

#include <boost/signals2/signal.hpp> // for signal
#include <boost/smart_ptr/shared_ptr.hpp> // for shared_ptr

#include "goby/middleware/protobuf/frontseat.pb.h" // for InterfaceS...
#include "goby/middleware/protobuf/frontseat_config.pb.h" // for Config
Expand Down
2 changes: 0 additions & 2 deletions src/middleware/transport/intervehicle/driver_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#ifndef GOBY_MIDDLEWARE_TRANSPORT_INTERVEHICLE_DRIVER_THREAD_H
#define GOBY_MIDDLEWARE_TRANSPORT_INTERVEHICLE_DRIVER_THREAD_H

#include <algorithm>
#include <chrono>
#include <cstddef>
#include <map>
#include <memory>
Expand Down
1 change: 0 additions & 1 deletion src/moos/goby_moos_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
#include <boost/program_options/variables_map.hpp> // for variab...
#include <boost/range/iterator_range_core.hpp> // for iterat...
#include <boost/signals2/signal.hpp> // for signal
#include <boost/smart_ptr/shared_ptr.hpp> // for shared...
#include <boost/units/quantity.hpp> // for operator/
#include <boost/units/systems/si/time.hpp> // for seconds
#include <google/protobuf/descriptor.h> // for FieldD...
Expand Down
2 changes: 0 additions & 2 deletions src/zeromq/transport/interprocess.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@
#include <condition_variable> // for cond...
#include <deque> // for deque
#include <functional> // for func...
#include <iosfwd> // for size_t
#include <memory> // for shar...
#include <mutex> // for time...
#include <set> // for set
#include <string> // for string
#include <thread> // for get_id
#include <tuple> // for make...
#include <unordered_map> // for unor...
#include <utility> // for make...
#include <vector> // for vector
Expand Down