jblanked 9 месяцев назад
Родитель
Сommit
b094360967
4 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      alloc/alloc.h
  2. 1 1
      callback/callback.h
  3. 1 1
      free/free.c
  4. 0 0
      free/free.h

+ 1 - 1
alloc/alloc.h

@@ -1,7 +1,7 @@
 #pragma once
 #include <flip_social.h>
 #include <callback/callback.h>
-#include <alloc/free.h>
+#include <free/free.h>
 void auth_headers_alloc(void);
 FlipSocialFeedMini *flip_feed_info_alloc(void);
 bool messages_dialog_alloc(bool free_first);

+ 1 - 1
callback/callback.h

@@ -7,7 +7,7 @@
 #include <explore/flip_social_explore.h>
 #include <feed/flip_social_feed.h>
 #include <flip_storage/flip_social_storage.h>
-#include <alloc/free.h>
+#include <free/free.h>
 #include <alloc/alloc.h>
 
 /**

+ 1 - 1
alloc/free.c → free/free.c

@@ -1,4 +1,4 @@
-#include <alloc/free.h>
+#include <free/free.h>
 #include <callback/loader.h>
 void free_all(bool should_free_variable_item_list, bool should_free_submenu, void *context)
 {

+ 0 - 0
alloc/free.h → free/free.h