Split code generation from the ui
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include "elna/history.hpp"
|
||||
#include "elna/shell/history.hpp"
|
||||
|
||||
namespace elna
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "elna/interactive.hpp"
|
||||
#include "elna/shell/interactive.hpp"
|
||||
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/process.hpp>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <cstdlib>
|
||||
#include <unistd.h>
|
||||
#include "elna/interactive.hpp"
|
||||
#include "elna/shell/interactive.hpp"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <algorithm>
|
||||
#include <boost/endian.hpp>
|
||||
|
||||
#include "elna/state.hpp"
|
||||
#include "elna/shell/state.hpp"
|
||||
|
||||
namespace elna
|
||||
{
|
||||
|
Reference in New Issue
Block a user