build: Don't include src/config.h from ext

Include the global /include/clementine-config.h rather than src/config.h
from /ext.

Note that this does not fully remove the dependencies on src from ext.
This commit is contained in:
Jim Broadus 2021-03-15 22:35:17 -07:00 committed by John Maguire
parent 08ded2384f
commit c974b8b6f2
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#ifndef TAGREADERWORKER_H
#define TAGREADERWORKER_H
#include "config.h"
#include "clementine-config.h"
#include "tagreader.h"
#include "tagreadermessages.pb.h"
#include "core/messagehandler.h"

View File

@ -24,7 +24,7 @@
#include <taglib/xiphcomment.h>
#include <memory>
#include "config.h"
#include "clementine-config.h"
#include "tagreadermessages.pb.h"
class QString;