diff options
Diffstat (limited to 'gdb/python/py-symtab.c')
-rw-r--r-- | gdb/python/py-symtab.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gdb/python/py-symtab.c b/gdb/python/py-symtab.c index 15af3001505..2a811c8a6e6 100644 --- a/gdb/python/py-symtab.c +++ b/gdb/python/py-symtab.c @@ -18,12 +18,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "charset.h" -#include "symtab.h" -#include "source.h" + +/* Local non-gdb includes. */ #include "python-internal.h" -#include "objfiles.h" + +/* Local includes. */ #include "block.h" +#include "charset.h" +#include "objfiles.h" +#include "source.h" +#include "symtab.h" typedef struct stpy_symtab_object { PyObject_HEAD |