Moving headers into include/sls (#212)

This commit is contained in:
Erik Fröjdh
2020-11-02 16:05:28 +01:00
committed by GitHub
parent a57bbc084c
commit a15d8dd30a
199 changed files with 417 additions and 413 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include "Result.h"
#include "network_utils.h"
#include "sls_detector_defs.h"
#include "sls/Result.h"
#include "sls/network_utils.h"
#include "sls/sls_detector_defs.h"
#include <chrono>
#include <map>
#include <memory>

View File

@ -13,8 +13,8 @@
#include <iostream>
#include <vector>
#include "ToString.h"
#include "container_utils.h"
#include "sls/ToString.h"
#include "sls/container_utils.h"
namespace sls {