delete UTF-8 BOMs

This commit is contained in:
jacob1 2016-06-25 12:16:40 -04:00
parent 4190946de5
commit dfdee7afeb
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include "Favorite.h" #include "Favorite.h"
#include <algorithm> #include <algorithm>
std::vector<std::string> *favoritesList; std::vector<std::string> *favoritesList;

View File

@ -1,4 +1,4 @@
#ifndef FAVORITE_H #ifndef FAVORITE_H
#define FAVORITE_H #define FAVORITE_H
#include <string> #include <string>