mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Removed #include "stdafx.h" from all files.
Currently the build without implicitly included precompiled header is not supported anyway (because Qt MOC source files do not include stdafx.h, they include plain headers). So when we decide to support building without implicitly included precompiled headers we'll have to fix all the headers anyway.
This commit is contained in:
@@ -65,7 +65,6 @@ bool Processor::write(const Rules &rules) const {
|
||||
common::ProjectInfo project = {
|
||||
"codegen_style",
|
||||
srcFile.fileName(),
|
||||
"stdafx.h",
|
||||
false, // forceReGenerate
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user