Merge conficts resolved

This commit is contained in:
florijan
2017-02-13 09:23:34 +01:00
2 changed files with 0 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ template<typename Stream>
class IPlanCPU {
public:
virtual bool run(GraphDbAccessor &db_accessor, TypedValueStore<>& args, Stream &stream) = 0;
virtual ~IPlanCPU() {}
};

View File

@@ -1,7 +1,6 @@
#pragma once
#include <vector>
#include "storage/typed_value_store.hpp"
/*