mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-03 05:21:57 +01:00
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
|
#ifndef TAGREADERWORKER_H
|
||||||
#define TAGREADERWORKER_H
|
#define TAGREADERWORKER_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "clementine-config.h"
|
||||||
#include "tagreader.h"
|
#include "tagreader.h"
|
||||||
#include "tagreadermessages.pb.h"
|
#include "tagreadermessages.pb.h"
|
||||||
#include "core/messagehandler.h"
|
#include "core/messagehandler.h"
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <taglib/xiphcomment.h>
|
#include <taglib/xiphcomment.h>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "config.h"
|
#include "clementine-config.h"
|
||||||
#include "tagreadermessages.pb.h"
|
#include "tagreadermessages.pb.h"
|
||||||
|
|
||||||
class QString;
|
class QString;
|
||||||
|
Loading…
Reference in New Issue
Block a user