Removed the inclusion of definition.h which was useless
This commit is contained in:
parent
9ee717a41b
commit
8556363265
@ -1,8 +1,6 @@
|
||||
#ifndef QUEUE_H
|
||||
#define QUEUE_H
|
||||
|
||||
#include "definition.h"
|
||||
|
||||
template <typename T>
|
||||
class Queue
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user