backend-infra-engineer: Release v0.3.3 snapshot
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
// This is a precompiled header for the yaze project.
|
||||
// It includes a set of common, relatively stable headers that are used across
|
||||
// multiple source files to speed up compilation.
|
||||
//
|
||||
// Note: We only include standard library headers here to avoid circular
|
||||
// dependencies. Project headers like util/log.h require Abseil, which is
|
||||
// built later in the dependency chain.
|
||||
|
||||
#ifndef YAZE_PCH_H
|
||||
#define YAZE_PCH_H
|
||||
@@ -19,12 +23,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
// Third-party libraries
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
// Note: Project-specific headers are NOT included here to avoid dependency
|
||||
// issues. Each source file should include what it needs directly.
|
||||
|
||||
// Project-specific headers
|
||||
#include "util/log.h"
|
||||
|
||||
|
||||
#endif // YAZE_PCH_H
|
||||
#endif // YAZE_PCH_H
|
||||
|
||||
Reference in New Issue
Block a user