1
0
Fork 0
This commit is contained in:
Frank Celler 2011-12-22 15:40:52 +01:00
parent aa1b29163f
commit e9c5273540
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
#ifndef TRIAGENS_FYN_GENERAL_SERVER_GENERAL_COMM_TASK_H
#define TRIAGENS_FYN_GENERAL_SERVER_GENERAL_COMM_TASK_H 1
#include <BasicsC/Common.h>
#include <Basics/Common.h>
#include <Basics/Logger.h>
#include <Basics/StringBuffer.h>

View File

@ -29,7 +29,7 @@
#ifndef TRIAGENS_FYN_GENERAL_SERVER_GENERAL_FIGURES_H
#define TRIAGENS_FYN_GENERAL_SERVER_GENERAL_FIGURES_H 1
#include <BasicsC/Common.h>
#include <Basics/Common.h>
#include <Basics/RoundRobinFigures.h>

View File

@ -29,7 +29,7 @@
#ifndef TRIAGENS_FYN_GENERAL_SERVER_GENERAL_LISTEN_TASK_H
#define TRIAGENS_FYN_GENERAL_SERVER_GENERAL_LISTEN_TASK_H 1
#include <BasicsC/Common.h>
#include <Basics/Common.h>
#include <Rest/ListenTask.h>

View File

@ -29,7 +29,7 @@
#ifndef TRIAGENS_FYN_GENERAL_SERVER_GENERAL_SERVER_H
#define TRIAGENS_FYN_GENERAL_SERVER_GENERAL_SERVER_H 1
#include <BasicsC/Common.h>
#include <Basics/Common.h>
#include <Basics/Exceptions.h>
#include <Basics/Logger.h>