Don't put the path when including headers.
This commit is contained in:
parent
6ce534fc8a
commit
34e5775972
3 changed files with 9 additions and 9 deletions
|
@ -16,9 +16,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "vectorwrapper-1.0/sequence_bt.hpp"
|
||||
#include "vectorwrapper-1.0/size_type.hpp"
|
||||
#include "vectorwrapper-1.0/vectorwrapper.hpp"
|
||||
#include "sequence_bt.hpp"
|
||||
#include "size_type.hpp"
|
||||
#include "vectorwrapper.hpp"
|
||||
|
||||
#if defined VWR_OUTER_NAMESPACE
|
||||
namespace VWR_OUTER_NAMESPACE {
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "vectorwrapper-1.0/vectorwrapper.hpp"
|
||||
#include "vectorwrapper-1.0/size_type.hpp"
|
||||
#include "vectorwrapper.hpp"
|
||||
#include "size_type.hpp"
|
||||
#include <type_traits>
|
||||
#include <cstddef>
|
||||
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "vectorwrapper-1.0/has_method.hpp"
|
||||
#include "vectorwrapper-1.0/sequence_bt.hpp"
|
||||
#include "vectorwrapper-1.0/size_type.hpp"
|
||||
#include "has_method.hpp"
|
||||
#include "sequence_bt.hpp"
|
||||
#include "size_type.hpp"
|
||||
#include <ciso646>
|
||||
#include <type_traits>
|
||||
#include <array>
|
||||
|
@ -492,4 +492,4 @@ namespace vwr {
|
|||
} //namespace VWR_OUTER_NAMESPACE
|
||||
#endif
|
||||
|
||||
#include "vectorwrapper-1.0/vectorwrapper.inl"
|
||||
#include "vectorwrapper.inl"
|
||||
|
|
Loading…
Reference in a new issue