mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: clean up forward declarations (#29904)
This commit is contained in:
@@ -10,12 +10,11 @@
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "uv.h" // NOLINT(build/include_directory)
|
||||
#include "v8/include/v8.h"
|
||||
|
||||
namespace base {
|
||||
class MessageLoop;
|
||||
class SingleThreadTaskRunner;
|
||||
}
|
||||
|
||||
namespace node {
|
||||
|
||||
Reference in New Issue
Block a user