Removed the inclusion of definition.h which was useless

This commit is contained in:
Th3maz1ng 2020-04-27 12:06:21 +02:00
parent 9ee717a41b
commit 8556363265

View File

@ -1,8 +1,6 @@
#ifndef QUEUE_H
#define QUEUE_H
#include "definition.h"
template <typename T>
class Queue
{