Browse Source

Test: PityTest - PityTree Include cleanup

master
heck 4 years ago
parent
commit
f485c09bb4
  1. 1
      src/PityTree.hh
  2. 14
      src/PityTree.hxx

1
src/PityTree.hh

@ -8,7 +8,6 @@
#include <string>
#include <map>
#include <memory>
#include <unordered_map>
#include <functional>
#include <type_traits>

14
src/PityTree.hxx

@ -4,19 +4,9 @@
#ifndef PITYTEST_PITYTREE_HXX
#define PITYTEST_PITYTREE_HXX
#include <iostream>
#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>
#include "PityTree.hh"
#include <memory>
#include <sstream>
namespace pEp {
namespace PityTest11 {

Loading…
Cancel
Save