move cellar bottles to .local/share

This commit is contained in:
Nicholas O'Connor
2018-03-13 20:06:15 -07:00
parent 89998bada1
commit 429b19abee
14 changed files with 29 additions and 49 deletions

View File

@@ -6,7 +6,7 @@
#include <string>
#include "commands.hpp"
#include "json.hpp"
#include "nlohmann/json.hpp"
using namespace std;

View File

@@ -4,7 +4,7 @@
#include <string>
#include <vector>
#include "json.hpp"
#include "nlohmann/json.hpp"
#include "bottles.hpp"

View File

@@ -2,7 +2,7 @@
#define __CONFIG_HPP
#pragma once
#include "json.hpp"
#include "nlohmann/json.hpp"
using nlohmann::json;