move buffer.[hc] into lib-lib/
[apps/madmutt.git] / lib-lib / buffer.c
similarity index 99%
rename from buffer.c
rename to lib-lib/buffer.c
index 14ae894..2abfa39 100644 (file)
--- a/buffer.c
@@ -25,9 +25,6 @@
  * It's licensed under the GNU General Public License,
  * please see the file GPL in the top level source directory.
  */
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
 
 #include <stdlib.h>
 #include <string.h>
@@ -36,8 +33,8 @@
 #include <lib-lib/mem.h>
 #include <lib-lib/str.h>
 #include <lib-lib/ascii.h>
+#include <lib-lib/buffer.h>
 
-#include "buffer.h"
 #include "mutt.h"
 
 #include "lib/debug.h"