]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/shell/config.c
LibUCW: Implemented OptionalInclude to configuration files.
[libucw.git] / ucw / shell / config.c
index 02ae4b07a09a6f109bec60aed79f713067782d4a..780ff792fd891316a3d96a3ab259bd96a2356bed 100644 (file)
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/conf.h"
-#include "ucw/getopt.h"
-#include "ucw/conf-internal.h"
-#include "ucw/clists.h"
-#include "ucw/mempool.h"
-#include "ucw/chartype.h"
-#include "ucw/bbuf.h"
-#include "ucw/string.h"
+#include <ucw/lib.h>
+#include <ucw/conf.h>
+#include <ucw/getopt.h>
+#include <ucw/conf-internal.h>
+#include <ucw/clists.h>
+#include <ucw/mempool.h>
+#include <ucw/chartype.h>
+#include <ucw/bbuf.h>
+#include <ucw/string.h>
 
 #include <stdlib.h>
 #include <stdio.h>