LAB: Reduced header dependency: labsets.h, utils.h

This commit is contained in:
Eugene Sandulenko 2015-12-08 21:00:50 +01:00 committed by Willem Jan Palenstijn
parent b1585b2c62
commit 5fad5cece3
14 changed files with 24 additions and 6 deletions

View file

@ -29,6 +29,7 @@
*/
#include "lab/lab.h"
#include "lab/utils.h"
namespace Lab {
Utils::Utils(LabEngine *vm) : _vm(vm) {