mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Don't randomly include "stdafx.h"
It's file for precompiled headers. Include what is used, don't rely on transitive includes.
This commit is contained in:
parent
41ee792f95
commit
b7bf316c1a
96 changed files with 235 additions and 85 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#include "stdafx.h"
|
||||
#include "memory_string_searcher.h"
|
||||
#include "Emu/Memory/vm.h"
|
||||
|
||||
|
|
@ -6,6 +5,8 @@
|
|||
#include <QPushButton>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
#include "util/logs.hpp"
|
||||
|
||||
LOG_CHANNEL(gui_log, "GUI");
|
||||
|
||||
memory_string_searcher::memory_string_searcher(QWidget* parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue