Move exarg_T and cmdarg_T from structs.h to normal.h

This commit is contained in:
Felipe Oliveira Carvalho
2014-03-08 17:35:29 -03:00
committed by Thiago de Arruda
parent bd9cd693e7
commit 6089b26016
7 changed files with 64 additions and 62 deletions

View File

@@ -34,6 +34,7 @@
#include "crypt.h"
#include "garray.h"
#include "move.h"
#include "normal.h"
#include "option.h"
#include "os_unix.h"
#include "quickfix.h"