Move include to common header file

This commit is contained in:
zenon 2018-06-09 13:00:42 +02:00
parent 61d457dfc8
commit cb99f6a19a
3 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,7 @@
#include <assert.h>
#include <string.h>
#include <stdint.h>
#include <limits.h>
#include <errno.h>
#include <signal.h>

View File

@ -6,7 +6,6 @@
*/
#include "common.h"
#include <limits.h>
#include <time.h>
static const char *pname;

View File

@ -6,7 +6,6 @@
*/
#include "common.h"
#include <limits.h>
/**
* @details Global variable for the program name.