Move include to common header file
This commit is contained in:
parent
61d457dfc8
commit
cb99f6a19a
1
common.h
1
common.h
@ -15,6 +15,7 @@
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include <limits.h>
|
||||
#include <time.h>
|
||||
|
||||
static const char *pname;
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include <limits.h>
|
||||
|
||||
/**
|
||||
* @details Global variable for the program name.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user