aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/c-varobj.c')
-rw-r--r--gdb/c-varobj.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/c-varobj.c b/gdb/c-varobj.c
index bcbc1537e12..2d247745c04 100644
--- a/gdb/c-varobj.c
+++ b/gdb/c-varobj.c
@@ -16,12 +16,10 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-
-/* Local non-gdb includes. */
-#include "gdbthread.h"
-#include "valprint.h"
#include "value.h"
#include "varobj.h"
+#include "gdbthread.h"
+#include "valprint.h"
static void cplus_class_num_children (struct type *type, int children[3]);