Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit c01f069

Browse files
committed
Remove forward declaration
1 parent 30fcd2b commit c01f069

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/include/common/dedicated_thread_registry.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
#include <thread>
1818
#include "common/macros.h"
1919
#include "common/dedicated_thread_task.h"
20-
#include "common/dedicated_thread_owner.h
20+
#include "common/dedicated_thread_owner.h"
2121

2222
namespace peloton {
2323

24-
class DedicatedThreadOwner;
25-
class DedicatedThreadTask;
2624
/**
2725
* Singleton class responsible for maintaining and dispensing long running
2826
* (dedicated) threads to other system components. The class also serves

0 commit comments

Comments
 (0)