gdb: remove unused includes in source.c

These two are reported as unused by clangd.

Change-Id: I30fb0b986efd27fc6a24b855aeec86c2720ac934
This commit is contained in:
Simon Marchi 2025-10-11 21:48:49 -04:00 committed by Simon Marchi
parent a5cbe67512
commit a2ad696742

View file

@ -31,8 +31,6 @@
#include <list>
#include <sys/types.h>
#include <fcntl.h>
#include "gdbcore.h"
#include "gdbsupport/gdb_regex.h"
#include "symfile.h"
#include "objfiles.h"
#include "annotate.h"