Fix build error due to changing app-common
[profile/tv/apps/native/filebrowser.git] / src / data / FileInfo.cpp
index b50a98c..034fef2 100644 (file)
 * limitations under the License.
 */
 
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 #include "dbg.h"
-#include "i18n.h"
+#include <AppCommon.h>
 #include "common.h"
-#include <media_content.h>
-
-#include "ExtNameInfo.h"
 #include "FileInfo.h"