mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Add relative includes on detail headers
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
#ifndef TINS_ADDRESS_HELPERS_H
|
#ifndef TINS_ADDRESS_HELPERS_H
|
||||||
#define TINS_ADDRESS_HELPERS_H
|
#define TINS_ADDRESS_HELPERS_H
|
||||||
|
|
||||||
#include "hw_address.h"
|
#include "../hw_address.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \cond
|
* \cond
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
#define TINS_TYPE_TRAITS_H
|
#define TINS_TYPE_TRAITS_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "cxxstd.h"
|
#include "../cxxstd.h"
|
||||||
#if TINS_IS_CXX11
|
#if TINS_IS_CXX11
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user