summaryrefslogtreecommitdiff
path: root/mask.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:00 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:00 -0400
commit42f43b7686038e4cbca16d8d2118b139544e6de3 (patch)
tree52c5473401c57282242d66b8dd75f4c07bf41d07 /mask.h
parentc7b4370ff9c8ab5c96f15b1e712e6db6bdab6324 (diff)
downloadledger-42f43b7686038e4cbca16d8d2118b139544e6de3.tar.gz
ledger-42f43b7686038e4cbca16d8d2118b139544e6de3.tar.bz2
ledger-42f43b7686038e4cbca16d8d2118b139544e6de3.zip
Check in all changes made so far toward 3.0.
Diffstat (limited to 'mask.h')
-rw-r--r--mask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mask.h b/mask.h
index 6d4790a3..cf0c893f 100644
--- a/mask.h
+++ b/mask.h
@@ -1,11 +1,11 @@
#ifndef _MASK_H
#define _MASK_H
+#include "error.h"
+
#include <string>
#include <exception>
-#include "error.h"
-
class mask_t
{
public: