mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-29 15:43:56 +00:00
Include "whence.h" instead of "log.h" where suitable
Some inclusions of "log.h" were simply to get struct __sourceloc and __WHENCE__
This commit is contained in:
parent
52106b5026
commit
0a061e0fe8
@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#ifndef __SERVAL_DNA__INSTANCE_H
|
||||
#define __SERVAL_DNA__INSTANCE_H
|
||||
|
||||
#include "log.h"
|
||||
#include "whence.h"
|
||||
#include "strbuf.h"
|
||||
|
||||
const char *instance_path(); // returns NULL if not using an instance path
|
||||
|
2
net.h
2
net.h
@ -36,7 +36,7 @@ struct in_addr {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "log.h" // for __WHENCE__ and struct __sourceloc
|
||||
#include "whence.h" // for __WHENCE__ and struct __sourceloc
|
||||
|
||||
/* Build a struct in_addr from a host-byte-order integer.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user