Use the plain include (<foo> instead of <bar/foo>)

This commit is contained in:
Luca Beltrame 2013-12-26 17:55:24 +01:00
parent 22253b9ab6
commit 259696741c

View file

@ -23,10 +23,10 @@
#ifndef DANBOORU_H
#define DANBOORU_H
#include <QtCore/QObject>
#include "version.h"
#include <QObject>
/**
* @brief The Danbooru namespace.
* @file danbooru.h
@ -68,6 +68,7 @@ namespace Danbooru {
Q_DECLARE_FLAGS(Ratings, Rating)
Q_DECLARE_OPERATORS_FOR_FLAGS(Ratings)
}; // namespace Danbooru
#endif // DANBOORU_H