mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 07:38:45 +00:00
finished with base?
This commit is contained in:
+3
-35
@@ -1,41 +1,9 @@
|
||||
#ifdef INTELLISENSE_DIRECTIVES
|
||||
#pragma once
|
||||
# pragma once
|
||||
#endif
|
||||
|
||||
// metadesk header: intended for "As-Is" library usage
|
||||
|
||||
// base
|
||||
|
||||
#include "base/context_cracking.h"
|
||||
#include "base/platform.h"
|
||||
#include "base/linkage.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/generic_macros.h"
|
||||
#include "base/profiling.h"
|
||||
#include "base/namespace.h"
|
||||
|
||||
MD_NS_BEGIN
|
||||
|
||||
#include "base/base_types.h"
|
||||
#include "base/debug.h"
|
||||
#include "base/memory.h"
|
||||
#include "base/memory_substrate.h"
|
||||
#include "base/arena.h"
|
||||
#include "base/space.h"
|
||||
#include "base/math.h"
|
||||
#include "base/toolchain.h"
|
||||
#include "base/strings.h"
|
||||
#include "base/thread_context.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/markup.h"
|
||||
#include "base/logger.h"
|
||||
#include "base/entry_point.h"
|
||||
|
||||
MD_NS_END
|
||||
#include "base/base.h"
|
||||
#include "os/os.h"
|
||||
|
||||
// mdesk
|
||||
|
||||
|
||||
|
||||
// metagen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user