diff --git a/src/app/Queue.h b/src/app/Queue.h index 0c12bef..4fa62bd 100644 --- a/src/app/Queue.h +++ b/src/app/Queue.h @@ -1,8 +1,6 @@ #ifndef QUEUE_H #define QUEUE_H -#include "definition.h" - template class Queue {