rbcodec: remove useless include

metadata.c does not need cuesheet.h, which in apps/ and has nothing to do with
rbcodec library.

Change-Id: I914a49e8c182f5c367d7db3479c2ff39565e5f07
This commit is contained in:
Amaury Pouly 2017-07-30 14:31:32 +02:00
parent 928d660a67
commit ce39850e6b

View file

@ -25,7 +25,6 @@
#include "platform.h"
#include "debug.h"
#include "logf.h"
#include "cuesheet.h"
#include "metadata.h"
#include "metadata_parsers.h"