Sorting includes (tools directory)

This commit is contained in:
2014-04-20 23:22:57 -04:00
parent 4cf1c5a8f6
commit c13c0cf589
10 changed files with 36 additions and 37 deletions

View File

@@ -10,14 +10,16 @@
#error qdpict.cpp uses Apple APIs at the moment; try omitting it from the build
#endif
#include <cstdint>
#include <memory>
#include "porting.h"
#include "location.h"
#include "dlogutil.h"
// TODO: Don't use the resource manager
#include <CoreServices/CoreServices.h>
#include <cstdint>
#include <memory>
#include "dlogutil.h"
#include "porting.h"
#include "location.h"
static int16_t extract_word(char* ptr) {
int16_t s = *(int16_t*) ptr;
flip_short(&s);