Remove include guards wrongly added to source file

This commit is contained in:
Martchus 2021-09-13 20:13:17 +02:00
parent 5e099fc14b
commit c153c863c4
1 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,3 @@
#ifndef QT_FORK_AWESOME_UTILS
#define QT_FORK_AWESOME_UTILS
#include "./utils.h"
#include "./icon.h"
@ -25,5 +22,3 @@ Icon iconFromId(const QString &id)
}
} // namespace QtForkAwesome
#endif // QT_FORK_AWESOME_UTILS