xtensa: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-29-git-send-email-peter.maydell@linaro.org
This commit is contained in:
		
							parent
							
								
									9d4c9946ee
								
							
						
					
					
						commit
						09aae23d8f
					
				| @ -25,6 +25,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include "qemu/osdep.h" | ||||
| #include "hw/hw.h" | ||||
| #include "qemu/log.h" | ||||
| #include "qemu/timer.h" | ||||
|  | ||||
| @ -25,6 +25,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include "qemu/osdep.h" | ||||
| #include "sysemu/sysemu.h" | ||||
| #include "hw/boards.h" | ||||
| #include "hw/loader.h" | ||||
|  | ||||
| @ -25,6 +25,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include "qemu/osdep.h" | ||||
| #include "sysemu/sysemu.h" | ||||
| #include "hw/boards.h" | ||||
| #include "hw/loader.h" | ||||
|  | ||||
| @ -25,6 +25,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include "qemu/osdep.h" | ||||
| #include "cpu.h" | ||||
| #include "exec/exec-all.h" | ||||
| #include "exec/gdbstub.h" | ||||
|  | ||||
| @ -25,6 +25,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include "qemu/osdep.h" | ||||
| #include "cpu.h" | ||||
| #include "exec/exec-all.h" | ||||
| #include "exec/gdbstub.h" | ||||
|  | ||||
| @ -25,6 +25,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include "qemu/osdep.h" | ||||
| #include "cpu.h" | ||||
| #include "exec/exec-all.h" | ||||
| #include "exec/gdbstub.h" | ||||
|  | ||||
| @ -28,6 +28,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include "qemu/osdep.h" | ||||
| #include "cpu.h" | ||||
| #include "qemu-common.h" | ||||
| #include "migration/vmstate.h" | ||||
|  | ||||
| @ -17,7 +17,7 @@ | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
 | ||||
|  */ | ||||
| #include "config.h" | ||||
| #include "qemu/osdep.h" | ||||
| #include "qemu-common.h" | ||||
| #include "exec/gdbstub.h" | ||||
| 
 | ||||
|  | ||||
| @ -25,6 +25,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include "qemu/osdep.h" | ||||
| #include "cpu.h" | ||||
| #include "exec/exec-all.h" | ||||
| #include "exec/gdbstub.h" | ||||
|  | ||||
| @ -21,6 +21,7 @@ | ||||
|  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||||
|  * THE SOFTWARE. | ||||
|  */ | ||||
| #include "qemu/osdep.h" | ||||
| #include "cpu.h" | ||||
| #include "monitor/monitor.h" | ||||
| #include "monitor/hmp-target.h" | ||||
|  | ||||
| @ -25,6 +25,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include "qemu/osdep.h" | ||||
| #include "cpu.h" | ||||
| #include "exec/helper-proto.h" | ||||
| #include "qemu/host-utils.h" | ||||
|  | ||||
| @ -28,7 +28,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include <stdio.h> | ||||
| #include "qemu/osdep.h" | ||||
| 
 | ||||
| #include "cpu.h" | ||||
| #include "exec/exec-all.h" | ||||
|  | ||||
| @ -25,10 +25,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include <errno.h> | ||||
| #include <unistd.h> | ||||
| #include <string.h> | ||||
| #include <stddef.h> | ||||
| #include "qemu/osdep.h" | ||||
| #include "cpu.h" | ||||
| #include "exec/helper-proto.h" | ||||
| #include "qemu/log.h" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Peter Maydell
						Peter Maydell