X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Fconfig.cpp;h=b5d3cdec94c4b9f772401678356ff2586bdf2b91;hb=HEAD;hp=905292e9a516869d28a0680d605c9719747c8ba0;hpb=8dc281af5fb8e214e88da24bc72f78a955514ce8;p=h316.git diff --git a/pc-tools/ldc2/src/config.cpp b/pc-tools/ldc2/src/config.cpp index 905292e..b5d3cde 100644 --- a/pc-tools/ldc2/src/config.cpp +++ b/pc-tools/ldc2/src/config.cpp @@ -2,11 +2,17 @@ * * LDC2 source code * - * $Date: 2007/12/23 15:25:11 $ + * $Date: 2008/10/01 13:30:14 $ * $Author: hachti $ * * $Log: config.cpp,v $ - * Revision 2.1 2007/12/23 15:25:11 hachti + * Revision 2.3 2008/10/01 13:30:14 hachti + * Added some includes + * + * Revision 2.2 2008-08-25 21:02:24 hachti + * *** empty log message *** + * + * Revision 2.1 2007-12-23 15:25:11 hachti * *** empty log message *** * * Revision 2.0 2007-03-26 01:00:38 hachti @@ -24,9 +30,11 @@ #include #include +#include #include #include #include +#include #include "configuration_manager.hh" #include "tool.hh"