gmio_stl: remove public #include of internal header
This commit is contained in:
parent
7082098bdb
commit
ea8a789220
@ -31,6 +31,7 @@
|
||||
|
||||
#include "../../gmio_core/error.h"
|
||||
#include "../../gmio_core/internal/byte_swap.h"
|
||||
#include "../../gmio_core/internal/helper_stream.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -38,13 +38,9 @@
|
||||
#define GMIO_STL_INFOS_H
|
||||
|
||||
#include "stl_global.h"
|
||||
|
||||
#include "../gmio_core/internal/helper_stream.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "stl_format.h"
|
||||
#include "stlb_header.h"
|
||||
#include <stddef.h>
|
||||
|
||||
/*! Informations retrieved by gmio_stl_infos_get() */
|
||||
struct gmio_stl_infos
|
||||
|
Loading…
Reference in New Issue
Block a user