* gdb.texinfo (Target Description Format): Add version attribute
[deliverable/binutils-gdb.git] / gdb / vec.c
index 4f67e68bd55db4601639f822ea65d2e2ec6f710e..cb055d44383a33de3d4413c247015812dd2a7b5e 100644 (file)
--- a/gdb/vec.c
+++ b/gdb/vec.c
@@ -1,5 +1,5 @@
 /* Vector API for GDB.
-   Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
    This file is part of GDB.
@@ -19,8 +19,8 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor,
    Boston, MA 02110-1301, USA.  */
 
-#include "vec.h"
 #include "defs.h"
+#include "vec.h"
 
 struct vec_prefix
 {
This page took 0.022871 seconds and 4 git commands to generate.