zynqmp: pm: Remove unnecessary header includes

Remove includes of gic_common.h and string.h which
are not required.

Signed-off-by: Rajan Vaja <rajanv@xilinx.com>
Acked-by: Jolly Shah <jollys@xilinx.com>
This commit is contained in:
Rajan Vaja 2017-12-14 22:58:07 -08:00 committed by Siva Durga Prasad Paladugu
parent a6d28520b5
commit 88d02c4aea
1 changed files with 0 additions and 2 deletions

View File

@ -10,9 +10,7 @@
*/
#include <errno.h>
#include <gic_common.h>
#include <runtime_svc.h>
#include <string.h>
#include "../zynqmp_private.h"
#include "pm_api_sys.h"
#include "pm_client.h"