Fix header includes to be a bit more consistent

This commit is contained in:
Thulinma 2024-03-21 16:57:40 +01:00
parent 67aec0b1b6
commit db30be38c5
31 changed files with 38 additions and 43 deletions

View file

@ -28,13 +28,9 @@
#include <sys/stat.h>
#include <sys/statvfs.h> //for shm space check
#include <sys/wait.h>
#include <vector>
/*LTS-START*/
#include "controller_limits.h"
#include "controller_updater.h"
#include "controller_uplink.h"
#include <mist/triggers.h>
/*LTS-END*/
#ifndef COMPILED_USERNAME
#define COMPILED_USERNAME ""

View file

@ -7,6 +7,7 @@
#include "controller_external_writers.h"
#include <dirent.h> //for browse API call
#include <fstream>
#include <sstream>
#include <mist/auth.h>
#include <mist/bitfields.h>
#include <mist/config.h>

View file

@ -5,6 +5,7 @@
#include "controller_storage.h"
#include <cstdio>
#include <fstream>
#include <sstream>
#include <list>
#include <mist/bitfields.h>
#include <mist/config.h>