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:
parent
08ded2384f
commit
c974b8b6f2
|
@ -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"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <taglib/xiphcomment.h>
|
||||
#include <memory>
|
||||
|
||||
#include "config.h"
|
||||
#include "clementine-config.h"
|
||||
#include "tagreadermessages.pb.h"
|
||||
|
||||
class QString;
|
||||
|
|
Loading…
Reference in New Issue