Commit 945b2979 authored by Nils Goroll's avatar Nils Goroll

fix includes

- config.h first
- cache.h or (additional) vdef.h before vrt.h

this is required for master since 81bc4cef2a5e651a9e34ae5400672a88663db7ef
parent 371122cd
...@@ -26,11 +26,13 @@ ...@@ -26,11 +26,13 @@
* *
*/ */
#include "config.h"
#include <errno.h> #include <errno.h>
#include <stdint.h> #include <stdint.h>
#include "base64.h" #include "base64.h"
#include "vdef.h"
#include "vrt.h" #include "vrt.h"
#include "vas.h" #include "vas.h"
......
...@@ -26,12 +26,14 @@ ...@@ -26,12 +26,14 @@
* *
*/ */
#include "config.h"
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#include "vmod_blobcode.h" #include "vmod_blobcode.h"
#include "hex.h" #include "hex.h"
#include "vdef.h"
#include "vrt.h" #include "vrt.h"
#include "vas.h" #include "vas.h"
......
...@@ -26,12 +26,14 @@ ...@@ -26,12 +26,14 @@
* *
*/ */
#include "config.h"
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <stdint.h> #include <stdint.h>
#include "vmod_blobcode.h" #include "vmod_blobcode.h"
#include "vdef.h"
#include "vrt.h" #include "vrt.h"
#include "vas.h" #include "vas.h"
......
...@@ -26,11 +26,13 @@ ...@@ -26,11 +26,13 @@
* *
*/ */
#include "config.h"
#include <errno.h> #include <errno.h>
#include "vmod_blobcode.h" #include "vmod_blobcode.h"
#include "hex.h" #include "hex.h"
#include "vdef.h"
#include "vrt.h" #include "vrt.h"
#include "vas.h" #include "vas.h"
......
...@@ -26,12 +26,12 @@ ...@@ -26,12 +26,12 @@
* *
*/ */
#include "config.h"
#include <errno.h> #include <errno.h>
#include <pthread.h> #include <pthread.h>
#include "config.h"
#include "vcl.h" #include "vcl.h"
#include "vdef.h"
#include "vrt.h" #include "vrt.h"
#include "vcc_if.h" #include "vcc_if.h"
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <stdarg.h> #include <stdarg.h>
#include "wb.h" #include "wb.h"
#include "vdef.h"
#include "vrt.h" #include "vrt.h"
char * char *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment