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

@@ -25,6 +25,7 @@
#include "message.h"
#include "misc1.h"
#include "misc2.h"
#include "normal.h"
#include "option.h"
#include "quickfix.h"
#include "search.h"