This website works better with JavaScript.
Home
Help
Register
Sign In
Thomas
/
libpEpAdapter
forked from
pEp.foundation/libpEpAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Test: PityTest - AbstractPityUnit.cc Include cleanup
LIB-11
heck
11 months ago
parent
5c56fc3a9b
commit
5bd78ad83f
2 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
test/pitytest11/src/AbstractPityUnit.cc
+0
-2
test/pitytest11/src/AbstractPityUnit.hh
+ 0
- 4
test/pitytest11/src/AbstractPityUnit.cc
View File
@ -7,12 +7,8 @@
#
include
<unistd.h>
#
include
<cstdlib>
#
include
<sys/stat.h>
#
include
<functional>
#
include
<algorithm>
#
include
<sstream>
#
include
<exception>
#
include
<memory>
#
include
<unordered_map>
#
include
<sys/wait.h>
+ 0
- 2
test/pitytest11/src/AbstractPityUnit.hh
View File
@ -10,9 +10,7 @@
#
include
"PityTree.hh"
#
include
"PityTransport.hh"
#
include
<string>
#
include
<map>
#
include
<memory>
#
include
<unordered_map>
#
include
<functional>
// Yes, the mem mgmt is purely static on purpose (so far)
Write
Preview
Loading…
Cancel
Save