diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-06-07 12:54:16 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-06-07 12:54:16 -0400 |
| commit | 3931c2b7faab3460f9fc3849ff3bdf9241052565 (patch) | |
| tree | d21036854900356b7acdae9d2fff921bb9ca88db /include/ds/PriorityQueue.h | |
| parent | 8c08151643329be88fa8f45c72a7b4c7c30ce218 (diff) | |
| download | dynamic-extension-3931c2b7faab3460f9fc3849ff3bdf9241052565.tar.gz | |
General header/file cleanup
Diffstat (limited to 'include/ds/PriorityQueue.h')
| -rw-r--r-- | include/ds/PriorityQueue.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ds/PriorityQueue.h b/include/ds/PriorityQueue.h index 0468fa4..a1bfd0a 100644 --- a/include/ds/PriorityQueue.h +++ b/include/ds/PriorityQueue.h @@ -12,8 +12,6 @@ #include <vector> #include <cassert> -#include "framework/RecordInterface.h" - namespace de { template <typename R> @@ -22,7 +20,6 @@ struct queue_record { size_t version; }; - template <typename R> class PriorityQueue { public: |