summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cc b/src/main.cc
index 02bb335b..0933abcf 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -29,10 +29,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <ledger.h> // Read this file for a top-level overview
-
#include "global.h" // This is where the meat of main() is, which
- // was moved there for the sake of clarity
+ // was moved there for the sake of clarity here
+#include "session.h"
+
using namespace ledger;
namespace {