Skip to content

Commit 4076933

Browse files
committed
incomplete type AddonInfo
1 parent 419e114 commit 4076933

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/settings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
#include "addoninfo.h"
2019
#include "config.h"
2120
#include "errortypes.h"
2221
#include "settings.h"

lib/settings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#define settingsH
2222
//---------------------------------------------------------------------------
2323

24+
#include "addoninfo.h"
2425
#include "config.h"
2526
#include "library.h"
2627
#include "platform.h"

0 commit comments

Comments
 (0)