[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / DllPaths.h
blob09bdd1ba3d5c9f43b0354ba245b92009f1c771b5
1 /*
2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #pragma once
11 #ifdef TARGET_WINDOWS
12 #include "DllPaths_win32.h"
13 #elif defined (TARGET_ANDROID)
14 #include "DllPaths_generated_android.h"
15 #else
16 #include "DllPaths_generated.h"
17 #endif