diff options
Diffstat (limited to 'gdb/i386-nat.c')
-rw-r--r-- | gdb/i386-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-nat.c b/gdb/i386-nat.c index e7d9b4d..559bc29 100644 --- a/gdb/i386-nat.c +++ b/gdb/i386-nat.c @@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "i386-nat.h" #include "defs.h" +#include "i386-nat.h" #include "breakpoint.h" #include "command.h" #include "gdbcmd.h" |