chore: remove unused nogncheck includes (#43991)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
9ca68e2b8c
commit
481f9b25a7
9 changed files with 5 additions and 15 deletions
|
@ -7,6 +7,10 @@
|
|||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if BUILDFLAG(IS_LINUX)
|
||||
#include <gtk/gtk.h>
|
||||
#endif
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/environment.h"
|
||||
#include "base/process/launch.h"
|
||||
|
@ -21,7 +25,6 @@
|
|||
|
||||
#if BUILDFLAG(IS_LINUX)
|
||||
#include "shell/browser/linux/unity_service.h"
|
||||
#include "ui/gtk/gtk_util.h" // nogncheck
|
||||
#endif
|
||||
|
||||
namespace electron {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue