Fix #include format.
This commit is contained in:
@@ -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