Fix header includes to be a bit more consistent
This commit is contained in:
parent
67aec0b1b6
commit
db30be38c5
31 changed files with 38 additions and 43 deletions
|
@ -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 ""
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include "controller_storage.h"
|
||||
#include <cstdio>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <list>
|
||||
#include <mist/bitfields.h>
|
||||
#include <mist/config.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue