X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=server%2Fmain.c;h=bfd5300d2d8ed35c9b9fb3ae3a012a341a1987ff;hb=7ca215713fa73c84ba0b46c9e7299386bd5cf5b8;hp=596fb39afdb05cc6846a1dd79ca699008b2c2e28;hpb=ab0ae45f79caaae86b36f8230f9399138c9e73bc;p=matches%2FMCTX3420.git diff --git a/server/main.c b/server/main.c index 596fb39..bfd5300 100644 --- a/server/main.c +++ b/server/main.c @@ -2,18 +2,15 @@ * @file main.c * @purpose main and its helper functions, signal handling and cleanup functions */ -#include "common.h" - - -// --- Standard headers --- // -#include // for signal handling // --- Custom headers --- // -#include "fastcgi.h" -#include "log.h" +#include "common.h" #include "options.h" #include "sensor.h" +// --- Standard headers --- // +#include // for signal handling + // --- Variable definitions --- // Options g_options; // options passed to program through command line arguments Sensor g_sensors[NUMSENSORS]; // sensors array