finished with base?

This commit is contained in:
ed
2025-02-07 17:11:28 -05:00
parent 4ba6e69156
commit d7498d9511
13 changed files with 268 additions and 122 deletions
+3 -35
View File
@@ -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