Address cpplint issue "Include the directory when naming .h files [build/include] [4]"

This commit is contained in:
Ales Pergl 2017-04-03 10:42:26 +02:00
parent 0bba5b9b41
commit 33b4936a68
5 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#define NOMINMAX
#include "toast.h"
#include "common.h"
#include "browser/win/win32_desktop_notifications/toast.h"
#include "browser/win/win32_desktop_notifications/common.h"
#include <algorithm>
#include <uxtheme.h>
#include <windowsx.h>