Skip to content

Commit

Permalink
IWYU: stdint.c for int32_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangie committed Oct 15, 2024
1 parent e6025a1 commit 524c8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/image.hh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
extern "C" {
#endif /* __cplusplus */


#include <stdint.h> /* for int32_t */
#include "bitvec.h"
#include "url.h"

Expand Down Expand Up @@ -99,4 +99,3 @@ void a_Image_abort(DilloImage *Image);
#endif /* __cplusplus */

#endif /* __IMAGE_HH__ */

1 change: 1 addition & 0 deletions src/web.hh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define __WEB_H__

#include <stdio.h> /* for FILE */
#include <stdint.h> /* for int32_t */
#include "bw.h" /* for BrowserWindow */
#include "cache.h" /* for CA_Callback_t */
#include "image.hh" /* for DilloImage */
Expand Down

0 comments on commit 524c8cd

Please sign in to comment.