提交 42f7a448 编写于 作者: P Peter Maydell

crypto: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.
Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-3-git-send-email-peter.maydell@linaro.org
上级 1393a485
......@@ -27,6 +27,7 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "crypto/aes.h"
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include "crypto/aes.h"
#include "crypto/desrfb.h"
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include <gcrypt.h>
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include <nettle/nettle-types.h>
#include <nettle/aes.h>
#include <nettle/des.h>
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include "crypto/cipher.h"
......
......@@ -26,6 +26,7 @@
* (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
*/
#include "qemu/osdep.h"
#include "crypto/desrfb.h"
static void scrunch(unsigned char *, unsigned long *);
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include "crypto/hash.h"
#ifdef CONFIG_GNUTLS_HASH
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include "crypto/init.h"
#include "qemu/thread.h"
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include "crypto/secret.h"
#include "crypto/cipher.h"
#include "qom/object_interfaces.h"
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include "crypto/tlscredspriv.h"
#include "trace.h"
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include "crypto/tlscredsanon.h"
#include "crypto/tlscredspriv.h"
#include "qom/object_interfaces.h"
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include "crypto/tlscredsx509.h"
#include "crypto/tlscredspriv.h"
#include "crypto/secret.h"
......
......@@ -18,6 +18,7 @@
*
*/
#include "qemu/osdep.h"
#include "crypto/tlssession.h"
#include "crypto/tlscredsanon.h"
#include "crypto/tlscredsx509.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册