aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tbf.c4
-rw-r--r--src/tbf.h3
2 files changed, 3 insertions, 4 deletions
diff --git a/src/tbf.c b/src/tbf.c
index f24b925..dadb9cc 100644
--- a/src/tbf.c
+++ b/src/tbf.c
@@ -15,10 +15,6 @@
along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
*/
#include "tbf.h"
-#include <syslog.h>
-#include <inttypes.h>
-#include <sys/stat.h>
-#include <sys/time.h>
#include <db.h>
static int debug_level;
diff --git a/src/tbf.h b/src/tbf.h
index 3c7a118..69e1262 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -19,6 +19,9 @@
#include <stdio.h>
#include <stdbool.h>
#include <syslog.h>
+#include <inttypes.h>
+#include <sys/stat.h>
+#include <sys/time.h>
#include "vrt.h"
#include "vcc_if.h"
#include "pthread.h"

Return to:

Send suggestions and report system problems to the System administrator.