]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/s-fixint.h
Opt: Streamlined opt_parse_value()
[libucw.git] / ucw / sorter / s-fixint.h
index 6ab0924bc024489fca962afeeb5a4a3fbe86fbbc..26edaf5fa51e8007719763a6039b44c914ebbc05 100644 (file)
@@ -7,7 +7,7 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/stkstring.h"
+#include <ucw/stkstring.h>
 
 #define ASORT_PREFIX(x) SORT_PREFIX(array_##x)
 #define ASORT_KEY_TYPE P(key)
@@ -18,7 +18,7 @@
 #      define ASORT_LONG_HASH
 #    endif
 #endif
-#include "ucw/sorter/array.h"
+#include <ucw/sorter/array.h>
 
 /*
  *  This is a more efficient implementation of the internal sorter,