move helpers.h to helper.h

This provides a consistent naming scheme across all targets.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Lluís 2011-04-13 18:38:24 +02:00 committed by Aurelien Jarno
parent 685ff50f69
commit 7b59220ef3
6 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@
#include "cpu.h"
#include "exec-all.h"
#include "gdbstub.h"
#include "helpers.h"
#include "helper.h"
#include "qemu-common.h"
#include "host-utils.h"
#if !defined(CONFIG_USER_ONLY)