Reduce database include dependencies

This commit is contained in:
emeric
2018-05-16 13:47:00 +02:00
parent 7e6bf57e75
commit 9a44fb838d
43 changed files with 179 additions and 135 deletions
+5 -1
View File
@@ -16,8 +16,12 @@
* You should have received a copy of the GNU General Public License
* along with LMS. If not, see <http://www.gnu.org/licenses/>.
*/
#include <cassert>
#include "Types.hpp"
#include "User.hpp"
#include "Track.hpp"
#include "Playlist.hpp"
namespace Database {