Fix #include format.

This commit is contained in:
Ben Vanik
2015-01-31 22:49:47 -08:00
parent f4f401e927
commit 00e4a4fe1b
373 changed files with 1171 additions and 1171 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -7,7 +7,7 @@
******************************************************************************
*/
#include <poly/ui/menu_item.h>
#include "poly/ui/menu_item.h"
namespace poly {
namespace ui {

View File

@@ -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 {

View File

@@ -7,7 +7,7 @@
******************************************************************************
*/
#include <poly/ui/win32/win32_control.h>
#include "poly/ui/win32/win32_control.h"
namespace poly {
namespace ui {

View File

@@ -13,7 +13,7 @@
#include <windows.h>
#include <windowsx.h>
#include <poly/ui/control.h>
#include "poly/ui/control.h"
namespace poly {
namespace ui {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -7,7 +7,7 @@
******************************************************************************
*/
#include <poly/ui/win32/win32_menu_item.h>
#include "poly/ui/win32/win32_menu_item.h"
namespace poly {
namespace ui {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {