diff options
author | Martin Szulecki | 2009-11-26 20:53:30 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-11-28 13:37:40 +0100 |
commit | 834d7d7f27244adcf43ea4977cb9042222ed393e (patch) | |
tree | 3b1ba8f537e3bcab62876bfb83e4d338186cf3ca | |
parent | 804032e99f576b5cf9b1246f2b83857468e9c71b (diff) | |
download | libplist-834d7d7f27244adcf43ea4977cb9042222ed393e.tar.gz libplist-834d7d7f27244adcf43ea4977cb9042222ed393e.tar.bz2 |
Remove last includes of non-existing Utils.h
-rw-r--r-- | src/Array.cpp | 1 | ||||
-rw-r--r-- | src/Dictionary.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/Array.cpp b/src/Array.cpp index eb83ac4..419249f 100644 --- a/src/Array.cpp +++ b/src/Array.cpp @@ -20,7 +20,6 @@ #include <stdlib.h> #include <plist/Array.h> -#include <plist/Utils.h> #include <algorithm> diff --git a/src/Dictionary.cpp b/src/Dictionary.cpp index 1829e9a..d4aac2e 100644 --- a/src/Dictionary.cpp +++ b/src/Dictionary.cpp @@ -20,7 +20,6 @@ #include <stdlib.h> #include <plist/Dictionary.h> -#include <plist/Utils.h> namespace PList { |