[NFC] Reorder some system includes alphebetically
Change-Id: I5245eb8482b447f6ce95e1c0b686d09ca7d20deb
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user