diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-14 18:30:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-14 19:52:14 +0300 |
commit | c08c64a1fa6c7198817af294329230951f282c7c (patch) | |
tree | 2883813ad2435821b2e8127940225392385f9a9f /src/emoteshortcut.h | |
parent | 24ec5d49e0f4e642578f5acaf8765b352353d572 (diff) | |
download | plus-c08c64a1fa6c7198817af294329230951f282c7c.tar.gz plus-c08c64a1fa6c7198817af294329230951f282c7c.tar.bz2 plus-c08c64a1fa6c7198817af294329230951f282c7c.tar.xz plus-c08c64a1fa6c7198817af294329230951f282c7c.zip |
Move emoteshortcutconsts.h into const directory.
Diffstat (limited to 'src/emoteshortcut.h')
-rw-r--r-- | src/emoteshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emoteshortcut.h b/src/emoteshortcut.h index 5dcdab357..8cd3a7ded 100644 --- a/src/emoteshortcut.h +++ b/src/emoteshortcut.h @@ -22,7 +22,7 @@ #ifndef EMOTESHORTCUT_H #define EMOTESHORTCUT_H -#include "emoteshortcutconsts.h" +#include "const/emoteshortcut.h" #include "localconsts.h" |