From 205761101137154dc63312242deb8af0a13f5a9a Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Thu, 5 Jan 2017 17:02:05 +0100 Subject: [PATCH] use #include <> for system-wide includes and #include "" for local includes --- word.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/word.h b/word.h index 7ebe7aea..3be719df 100644 --- a/word.h +++ b/word.h @@ -2,9 +2,10 @@ #define WORD_H #include "lazyloadedimage.h" -#include "QString" #include "fonts.h" -#include "QRect" + +#include +#include class Word {