This commit is contained in:
aozhiwei 2022-12-16 17:04:15 +08:00
parent 4e2ce831b6
commit e591648ac9
13 changed files with 21 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <string.h>
#include <assert.h>
#include <mutex>
#include <condition_variable>

View File

@ -1,3 +1,5 @@
#include <assert.h>
#include <a8/a8.h>
#include <algorithm>

View File

@ -1,3 +1,5 @@
#include <assert.h>
#include <a8/a8.h>
#include <a8/stringlist.h>
#include <a8/csvreader.h>

View File

@ -3,6 +3,7 @@
#include <atomic>
#include <a8/a8.h>
#include <a8/types.h>
#include <a8/singleton.h>
namespace a8
{

View File

@ -1,5 +1,7 @@
#pragma once
#include <a8/singleton.h>
namespace a8
{

View File

@ -1,3 +1,5 @@
#include <assert.h>
#include <a8/a8.h>
#include <a8/mysql.h>

View File

@ -1,5 +1,7 @@
#pragma once
#include <a8/singleton.h>
namespace a8
{

View File

@ -1,4 +1,5 @@
#include <string.h>
#include <assert.h>
#include <a8/a8.h>
#include <a8/strutils.h>

View File

@ -1,4 +1,5 @@
#include <string.h>
#include <assert.h>
#include <mutex>
#include <condition_variable>

View File

@ -1,5 +1,6 @@
#include <memory.h>
#include <unistd.h>
#include <assert.h>
#include <arpa/inet.h>
#include <fcntl.h>

View File

@ -3,6 +3,8 @@
*/
#pragma once
#include <a8/singleton.h>
struct timer_list;
struct tvec_base;

View File

@ -1,5 +1,7 @@
#pragma once
#include <a8/singleton.h>
namespace a8
{

View File

@ -1,3 +1,5 @@
#include <assert.h>
#include <a8/a8.h>
#include <a8/xobject.h>