Skip to content

Commit

Permalink
Remove unused headers
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Feb 1, 2024
1 parent de833bb commit e409854
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion include/RMF/Vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <boost/range/end.hpp>
#include <type_traits>
#include <array>
#include <boost/static_assert.hpp>
#include <algorithm>

RMF_ENABLE_WARNINGS
Expand Down
1 change: 0 additions & 1 deletion src/avrocpp/api/AvroParse.hh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#define avro_AvroParse_hh__

#include "Config.hh"
#include <boost/static_assert.hpp>
#include "AvroTraits.hh"
#include "ResolvingReader.hh"

Expand Down
1 change: 0 additions & 1 deletion src/avrocpp/api/AvroSerialize.hh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#define avro_AvroSerialize_hh__

#include "Config.hh"
#include <boost/static_assert.hpp>
#include "AvroTraits.hh"

/// \file
Expand Down
1 change: 0 additions & 1 deletion src/avrocpp/api/buffer/detail/BufferDetail.hh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include <memory>
#include <boost/shared_array.hpp>
#include <boost/static_assert.hpp>
#include <boost/function.hpp>
#include <boost/utility.hpp>
#ifdef HAVE_BOOST_ASIO
Expand Down
1 change: 0 additions & 1 deletion src/avrocpp/impl/Types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <iostream>
#include <string>
#include <boost/static_assert.hpp>
#include "Types.hh"

namespace internal_avro {
Expand Down
2 changes: 0 additions & 2 deletions src/avrocpp/impl/Validator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
* limitations under the License.
*/

#include <boost/static_assert.hpp>

#include "Validator.hh"
#include "ValidSchema.hh"
#include "NodeImpl.hh"
Expand Down

0 comments on commit e409854

Please sign in to comment.