This commit is contained in:
aozhiwei 2024-05-01 17:13:45 +08:00
parent 735b4a6361
commit aa34c8dad0
14 changed files with 12 additions and 17 deletions

View File

@ -10,8 +10,8 @@
#include <a8/sysutils.h>
#include <a8/xobject.h>
#include <f8/f8.h>
#include <f8/udplog.h>
#include <f8/types.h>
#include <f8/app.h>
#include <f8/msgqueue.h>
#include <f8/timer.h>

View File

@ -1,5 +1,3 @@
#include <f8/f8.h>
#if 0
#include "btmgr.h"

View File

@ -1,6 +1,6 @@
#include <assert.h>
#include <f8/f8.h>
#include <f8/types.h>
#include <thread>
#include <mutex>

View File

@ -1,3 +0,0 @@
#pragma once
#include <f8/types.h>

View File

@ -1,6 +1,6 @@
#include <assert.h>
#include <f8/f8.h>
#include <f8/types.h>
#include <thread>
#include <mutex>

View File

@ -3,7 +3,7 @@
#include <a8/strutils.h>
#include <a8/mutable_xobject.h>
#include <f8/f8.h>
#include <f8/types.h>
#include <f8/jsonhttprequest.h>
namespace f8

View File

@ -5,7 +5,7 @@
#include <a8/sysutils.h>
#include <f8/f8.h>
#include <f8/types.h>
#include <f8/jsonlog.h>
namespace f8

View File

@ -4,7 +4,7 @@
#include <map>
#include <f8/f8.h>
#include <f8/types.h>
#include <f8/timer.h>

View File

@ -1,7 +1,7 @@
#include <google/protobuf/message.h>
#include <google/protobuf/descriptor.h>
#include <f8/f8.h>
#include <f8/types.h>
#include <f8/udplog.h>
#include <f8/utils.h>
#include <f8/protoutils.h>

View File

@ -1,4 +1,4 @@
#include <f8/f8.h>
#include <f8/types.h>
#include "f8/protoutils.h"

View File

@ -1,6 +1,6 @@
#include <a8/sysutils.h>
#include <f8/f8.h>
#include <f8/types.h>
#include <f8/timer.h>

View File

@ -1,6 +1,6 @@
#include <string.h>
#include <f8/f8.h>
#include <f8/types.h>
#include <a8/mutable_xobject.h>
namespace f8

View File

@ -4,8 +4,8 @@
#include <a8/strutils.h>
#include <a8/sysutils.h>
#include <f8/f8.h>
#include <f8/types.h>
#include <f8/udplog.h>
namespace f8

View File

@ -4,7 +4,7 @@
#include <a8/strutils.h>
#include <a8/mutable_xobject.h>
#include <f8/f8.h>
#include <f8/types.h>
#include <f8/udplog.h>
#include <google/protobuf/message.h>