Moved util functions into utils

This commit is contained in:
emeric
2016-08-23 13:33:01 +02:00
parent 85a61e46ee
commit f825afa37a
47 changed files with 83 additions and 57 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
* You should have received a copy of the GNU General Public License
* along with LMS. If not, see <http://www.gnu.org/licenses/>.
*/
#include "logger/Logger.hpp"
#include "utils/Logger.hpp"
#include "Image.hpp"