Rename protobuf package.

This commit is contained in:
Christoph Heiss 2018-02-26 23:36:25 +01:00
parent e53fe435c0
commit 7dd81225dd
3 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
#include <string>
#include "clipp.h"
#include "resp.pb.h"
#include "rslp.pb.h"
struct Options {

View file

@ -18,7 +18,7 @@
#include "spdlog/spdlog.h"
#include "nlohmann/json.hpp"
#include "resply.h"
#include "resp.pb.h"
#include "rslp.pb.h"
using json = nlohmann::json;