From 8556363265b303ee7cd62f87156196a3fe25bf85 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Mon, 27 Apr 2020 12:06:21 +0200 Subject: [PATCH] Removed the inclusion of definition.h which was useless --- src/app/Queue.h | 2 -- 1 file changed, 2 deletions(-) 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 {