]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gimple-streamer.h
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / gimple-streamer.h
index 4c4aa0ad391a1a416f93785a69f4e9063b1d8445..235587323ee05ae8a0030403dbef1f772103efd6 100644 (file)
@@ -1,6 +1,6 @@
 /* Data structures and functions for streaming GIMPLE.
 
-   Copyright (C) 2011-2014 Free Software Foundation, Inc.
+   Copyright (C) 2011-2021 Free Software Foundation, Inc.
    Contributed by Diego Novillo <dnovillo@google.com>
 
 This file is part of GCC.
@@ -22,12 +22,10 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_GIMPLE_STREAMER_H
 #define GCC_GIMPLE_STREAMER_H
 
-#include "basic-block.h"
-#include "function.h"
-#include "lto-streamer.h"
+#include "tree-streamer.h"
 
 /* In gimple-streamer-in.c  */
-void input_bb (struct lto_input_block *, enum LTO_tags, struct data_in *,
+void input_bb (class lto_input_block *, enum LTO_tags, class data_in *,
               struct function *, int);
 
 /* In gimple-streamer-out.c  */