[NFC] Reorder some system includes alphebetically

Change-Id: I5245eb8482b447f6ce95e1c0b686d09ca7d20deb
This commit is contained in:
Tony Tye
2021-01-10 00:29:31 +00:00
parent 77268b2e60
commit 8992f9e18d
5 changed files with 24 additions and 22 deletions
+4 -4
View File
@@ -49,15 +49,15 @@
#endif // _WIN32
#include "os_if.h" // for osInit()
#include "gpudebugmanager.hpp"
#include <algorithm>
#include <ctype.h>
#include <cstring>
#include <fstream>
#include <sstream>
#include <iostream>
#include <ctype.h>
#include <algorithm>
#include <sstream>
#include "gpudebugmanager.hpp"
bool DeviceLoad() {
bool ret = false;
+6 -5
View File
@@ -27,16 +27,17 @@
#include "device/gpu/gpublit.hpp"
#include "macrodata.h"
#include "MDParser/AMDILMDInterface.h"
#include <fstream>
#include <sstream>
#include <cstdio>
#include <algorithm>
#include <iterator>
#include "utils/options.hpp"
#include "hsa.h"
#include "hsa_ext_image.h"
#include "amd_hsa_loader.hpp"
#include <algorithm>
#include <cstdio>
#include <fstream>
#include <iterator>
#include <sstream>
namespace gpu {
const aclTargetInfo& NullProgram::info(const char* str) {