style: [patch 1/22] use /r/3648/ to reorganize includes
This commit is contained in:
@@ -28,9 +28,10 @@
|
||||
* Authors: Steve Reinhardt
|
||||
*/
|
||||
|
||||
#include "base/loader/aout_object.hh"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/loader/aout_object.hh"
|
||||
#include "base/loader/exec_aout.h"
|
||||
#include "base/loader/symtab.hh"
|
||||
#include "base/trace.hh"
|
||||
|
||||
@@ -35,9 +35,9 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "sim/byteswap.hh"
|
||||
#include "fdt.h"
|
||||
#include "libfdt.h"
|
||||
#include "sim/byteswap.hh"
|
||||
|
||||
ObjectFile *
|
||||
DtbObject::tryFile(const std::string &fname, size_t len, uint8_t *data)
|
||||
|
||||
@@ -28,9 +28,10 @@
|
||||
* Authors: Steve Reinhardt
|
||||
*/
|
||||
|
||||
#include "base/loader/ecoff_object.hh"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/loader/ecoff_object.hh"
|
||||
#include "base/loader/symtab.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/trace.hh"
|
||||
|
||||
@@ -28,14 +28,15 @@
|
||||
* Authors: Jaidev Patwardhan
|
||||
*/
|
||||
|
||||
#include "base/loader/hex_file.hh"
|
||||
|
||||
#include <cctype>
|
||||
#include <cstdio>
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
||||
#include "base/loader/hex_file.hh"
|
||||
#include "base/loader/symtab.hh"
|
||||
#include "base/cprintf.hh"
|
||||
#include "base/loader/symtab.hh"
|
||||
#include "mem/port_proxy.hh"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -29,9 +29,11 @@
|
||||
* Steve Reinhardt
|
||||
*/
|
||||
|
||||
#include "base/loader/object_file.hh"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <zlib.h>
|
||||
|
||||
@@ -39,14 +41,13 @@
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
||||
#include "base/cprintf.hh"
|
||||
#include "base/loader/aout_object.hh"
|
||||
#include "base/loader/dtb_object.hh"
|
||||
#include "base/loader/ecoff_object.hh"
|
||||
#include "base/loader/elf_object.hh"
|
||||
#include "base/loader/object_file.hh"
|
||||
#include "base/loader/raw_object.hh"
|
||||
#include "base/loader/symtab.hh"
|
||||
#include "base/cprintf.hh"
|
||||
#include "mem/port_proxy.hh"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
*/
|
||||
|
||||
#include "base/loader/raw_object.hh"
|
||||
|
||||
#include "base/loader/symtab.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/Loader.hh"
|
||||
|
||||
@@ -28,12 +28,13 @@
|
||||
* Authors: Nathan Binkert
|
||||
*/
|
||||
|
||||
#include "base/loader/symtab.hh"
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/loader/symtab.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/str.hh"
|
||||
#include "base/types.hh"
|
||||
|
||||
Reference in New Issue
Block a user