diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2012-04-26 16:29:18 +0400 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2012-04-26 16:29:18 +0400 |
| commit | 4eae6c507097f60287817d004fb45a5c188ae899 (patch) | |
| tree | 0a861c960de5542a995aa396aeb7f9461ba7000e | |
| parent | 73f08d528a881cffc774c141c6d5e0e22991f15e (diff) | |
| download | node-augeas-4eae6c507097f60287817d004fb45a5c188ae899.tar.gz | |
Removed unneeded includes
| -rw-r--r-- | libaugeas.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libaugeas.cc b/libaugeas.cc index 226e0d2..d033d53 100644 --- a/libaugeas.cc +++ b/libaugeas.cc @@ -11,8 +11,6 @@ #include <string> #include <map> -#include <libgen.h> -#include <string.h> #define BUILDING_NODE_EXTENSION |
