Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / annotate.c
index 20df956582d839cec014692759d84e09f6cc3dcf..97cb4c8855d66d2661840f03732c57c91d20cac3 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Local non-gdb includes.  */
 #include "annotate.h"
-#include "breakpoint.h"
+#include "value.h"
+#include "target.h"
 #include "gdbtypes.h"
+#include "breakpoint.h"
+#include "observable.h"
 #include "inferior.h"
 #include "infrun.h"
-#include "observable.h"
-#include "target.h"
 #include "top.h"
-#include "value.h"
-
 \f
 
 /* Prototypes for local functions.  */
This page took 0.023216 seconds and 4 git commands to generate.