mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
14 lines
408 B
C
14 lines
408 B
C
#include "../../Interface/Action.h"
|
|
#include "../../Interface/Server.h"
|
|
#include "../../Interface/File.h"
|
|
#include "actions.h"
|
|
#include "helper.h"
|
|
#include "json.h"
|
|
#include "../../stringtools.h"
|
|
#include "../../urbackupcommon/settings.h"
|
|
#include "../../pychart/IPychartFactory.h"
|
|
#include <stdlib.h>
|
|
#include "rights.h"
|
|
|
|
extern IPychartFactory *pychart_fak;
|
|
extern SStartupStatus startup_status; |