]> andersk Git - moira.git/commitdiff
fixed include files
authormar <mar>
Wed, 7 Dec 1988 17:21:30 +0000 (17:21 +0000)
committermar <mar>
Wed, 7 Dec 1988 17:21:30 +0000 (17:21 +0000)
lib/hash.c
lib/sq.c

index f34824645c8d8db4cd852b41fb9b289263c3b8f8..200fae56116c65ff200299cc9c576cc49affa9f7 100644 (file)
@@ -9,7 +9,8 @@
 
 #include <mit-copyright.h>
 #include <ctype.h>
-#include "sms_app.h"
+#include <sms.h>
+
 #define NULL 0
 
 
index e9580cdadb7176c26c2359c40b98839bbf988174..63eb625c97c686d64ba3cd06c59a0e5f38c3e40c 100644 (file)
--- a/lib/sq.c
+++ b/lib/sq.c
@@ -8,7 +8,7 @@
  */
 
 #include <mit-copyright.h>
-#include "sms_app.h"
+#include <sms.h>
 
 struct save_queue *
 sq_create()
This page took 0.043553 seconds and 5 git commands to generate.