Commit 42f7a448 authored by Peter Maydell's avatar Peter Maydell
Browse files

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: default avatarPeter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-3-git-send-email-peter.maydell@linaro.org
parent 1393a485
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"

+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
 *
 */

#include "qemu/osdep.h"
#include "crypto/aes.h"
#include "crypto/desrfb.h"

+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
 *
 */

#include "qemu/osdep.h"
#include <gcrypt.h>


+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
 *
 */

#include "qemu/osdep.h"
#include <nettle/nettle-types.h>
#include <nettle/aes.h>
#include <nettle/des.h>
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
 *
 */

#include "qemu/osdep.h"
#include "crypto/cipher.h"


Loading