Rename http folder to backend to better align with the classes inside

This commit is contained in:
Cameron Gutman
2018-06-27 22:30:33 -07:00
parent 1b36071e02
commit 6fa4faa285
14 changed files with 19 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
#include "gui/mainwindow.h"
#include <QApplication>
#include "http/nvhttp.h"
#include "backend/nvhttp.h"
// Don't let SDL hook our main function, since Qt is already
// doing the same thing