Skip to content

Commit 5af2e70

Browse files
circular header fixe
1 parent 01f3ceb commit 5af2e70

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AllowShortLoopsOnASingleLine: false
1515
BreakConstructorInitializersBeforeComma: true
1616
ConstructorInitializerIndentWidth: 1
1717
DerivePointerAlignment: false
18-
IndentCaseLabels: false
18+
IndentCaseLabels: true
1919
NamespaceIndentation: None
2020
PointerAlignment: Left
2121
SortIncludes: true

primitives/primproc/bppsendthread.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
***********************************************************************/
2323
/** @file */
2424

25-
#include "batchprimitiveprocessor.h"
25+
#pragma once
26+
2627
#include "umsocketselector.h"
2728
#include <queue>
2829
#include <set>
2930
#include <boost/thread/thread.hpp>
3031
#include <boost/thread/condition.hpp>
3132

32-
#pragma once
3333

3434
namespace primitiveprocessor
3535
{

primitives/primproc/primitiveserver.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ extern BRM::DBRM* brm;
5454
extern boost::mutex bppLock;
5555
extern uint32_t highPriorityThreads, medPriorityThreads, lowPriorityThreads;
5656

57+
class BPPSendThread;
58+
5759
class BPPV
5860
{
5961
public:

0 commit comments

Comments
 (0)