Fix #include format.
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <poly/config.h>
|
||||
#include <poly/platform.h>
|
||||
#include "poly/config.h"
|
||||
#include "poly/platform.h"
|
||||
|
||||
namespace poly {
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include <poly/config.h>
|
||||
#include <poly/platform.h>
|
||||
#include "poly/config.h"
|
||||
#include "poly/platform.h"
|
||||
|
||||
#if XE_LIKE_OSX
|
||||
#include <libkern/OSAtomic.h>
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include <poly/config.h>
|
||||
#include <poly/platform.h>
|
||||
#include "poly/config.h"
|
||||
#include "poly/platform.h"
|
||||
|
||||
#if XE_LIKE_OSX
|
||||
#include <libkern/OSByteOrder.h>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <poly/config.h>
|
||||
#include "poly/config.h"
|
||||
|
||||
// C++11 thread local storage.
|
||||
// http://en.cppreference.com/w/cpp/language/storage_duration
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include <poly/config.h>
|
||||
#include "poly/config.h"
|
||||
|
||||
namespace poly {
|
||||
namespace debugging {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/debugging.h>
|
||||
#include "poly/debugging.h"
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/logging.h>
|
||||
#include "poly/logging.h"
|
||||
|
||||
#include <mutex>
|
||||
|
||||
#include <gflags/gflags.h>
|
||||
#include <poly/cxx_compat.h>
|
||||
#include <poly/main.h>
|
||||
#include <poly/math.h>
|
||||
#include "poly/cxx_compat.h"
|
||||
#include "poly/main.h"
|
||||
#include "poly/math.h"
|
||||
|
||||
DEFINE_bool(fast_stdout, false,
|
||||
"Don't lock around stdout/stderr. May introduce weirdness.");
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include <poly/string.h>
|
||||
#include "poly/string.h"
|
||||
|
||||
namespace poly {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <poly/platform.h>
|
||||
#include "poly/platform.h"
|
||||
|
||||
namespace poly {
|
||||
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/main.h>
|
||||
#include "poly/main.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#include <shellapi.h>
|
||||
|
||||
#include <gflags/gflags.h>
|
||||
#include <poly/string.h>
|
||||
#include "poly/string.h"
|
||||
|
||||
namespace poly {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/mapped_memory.h>
|
||||
#include "poly/mapped_memory.h"
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/math.h>
|
||||
#include "poly/math.h"
|
||||
|
||||
namespace poly {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
#include <cstring>
|
||||
#include <type_traits>
|
||||
|
||||
#include <poly/config.h>
|
||||
#include <poly/platform.h>
|
||||
#include "poly/config.h"
|
||||
#include "poly/platform.h"
|
||||
|
||||
namespace poly {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/memory.h>
|
||||
#include "poly/memory.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
#include <poly/assert.h>
|
||||
#include <poly/byte_order.h>
|
||||
#include "poly/assert.h"
|
||||
#include "poly/byte_order.h"
|
||||
|
||||
namespace poly {
|
||||
|
||||
|
||||
@@ -10,19 +10,19 @@
|
||||
#ifndef POLY_POLY_H_
|
||||
#define POLY_POLY_H_
|
||||
|
||||
#include <poly/assert.h>
|
||||
#include <poly/atomic.h>
|
||||
#include <poly/byte_order.h>
|
||||
#include <poly/config.h>
|
||||
#include <poly/cxx_compat.h>
|
||||
#include <poly/debugging.h>
|
||||
#include <poly/logging.h>
|
||||
#include <poly/mapped_memory.h>
|
||||
#include <poly/math.h>
|
||||
#include <poly/memory.h>
|
||||
#include <poly/platform.h>
|
||||
#include <poly/string.h>
|
||||
#include <poly/threading.h>
|
||||
#include "poly/assert.h"
|
||||
#include "poly/atomic.h"
|
||||
#include "poly/byte_order.h"
|
||||
#include "poly/config.h"
|
||||
#include "poly/cxx_compat.h"
|
||||
#include "poly/debugging.h"
|
||||
#include "poly/logging.h"
|
||||
#include "poly/mapped_memory.h"
|
||||
#include "poly/math.h"
|
||||
#include "poly/memory.h"
|
||||
#include "poly/platform.h"
|
||||
#include "poly/string.h"
|
||||
#include "poly/threading.h"
|
||||
|
||||
namespace poly {} // namespace poly
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/string.h>
|
||||
#include "poly/string.h"
|
||||
|
||||
#include <codecvt>
|
||||
#include <locale>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <poly/platform.h>
|
||||
#include "poly/platform.h"
|
||||
|
||||
#if XE_LIKE_WIN32
|
||||
#define strcasecmp _stricmp
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/threading.h>
|
||||
#include "poly/threading.h"
|
||||
|
||||
namespace poly {
|
||||
namespace threading {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
#include <poly/config.h>
|
||||
#include "poly/config.h"
|
||||
|
||||
namespace poly {
|
||||
namespace threading {
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/threading.h>
|
||||
#include "poly/threading.h"
|
||||
|
||||
#include <poly/platform.h>
|
||||
#include "poly/platform.h"
|
||||
|
||||
namespace poly {
|
||||
namespace threading {
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/ui/control.h>
|
||||
#include "poly/ui/control.h"
|
||||
|
||||
#include <poly/assert.h>
|
||||
#include "poly/assert.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include <poly/delegate.h>
|
||||
#include <poly/ui/ui_event.h>
|
||||
#include "poly/delegate.h"
|
||||
#include "poly/ui/ui_event.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/ui/menu_item.h>
|
||||
#include "poly/ui/menu_item.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include <poly/delegate.h>
|
||||
#include <poly/ui/ui_event.h>
|
||||
#include "poly/delegate.h"
|
||||
#include "poly/ui/ui_event.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/ui/win32/win32_control.h>
|
||||
#include "poly/ui/win32/win32_control.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
|
||||
#include <poly/ui/control.h>
|
||||
#include "poly/ui/control.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/ui/win32/win32_loop.h>
|
||||
#include "poly/ui/win32/win32_loop.h"
|
||||
|
||||
#include <poly/assert.h>
|
||||
#include "poly/assert.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
|
||||
#include <poly/threading.h>
|
||||
#include <poly/ui/loop.h>
|
||||
#include "poly/threading.h"
|
||||
#include "poly/ui/loop.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/ui/win32/win32_menu_item.h>
|
||||
#include "poly/ui/win32/win32_menu_item.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
|
||||
#include <poly/ui/menu_item.h>
|
||||
#include "poly/ui/menu_item.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <poly/ui/win32/win32_window.h>
|
||||
#include "poly/ui/win32/win32_window.h"
|
||||
|
||||
#include <dwmapi.h>
|
||||
#include <tpcshrd.h>
|
||||
#include <windowsx.h>
|
||||
|
||||
#include <poly/logging.h>
|
||||
#include "poly/logging.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <poly/ui/win32/win32_control.h>
|
||||
#include <poly/ui/window.h>
|
||||
#include "poly/ui/win32/win32_control.h"
|
||||
#include "poly/ui/window.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <poly/delegate.h>
|
||||
#include <poly/ui/control.h>
|
||||
#include <poly/ui/ui_event.h>
|
||||
#include "poly/delegate.h"
|
||||
#include "poly/ui/control.h"
|
||||
#include "poly/ui/ui_event.h"
|
||||
|
||||
namespace poly {
|
||||
namespace ui {
|
||||
|
||||
Reference in New Issue
Block a user