Move headers to atom/common

This commit is contained in:
Cheng Zhao 2015-06-19 23:11:53 +08:00
parent 83fe340b98
commit ef59f4f243
6 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,6 @@
// found in the LICENSE file.
#include "atom/app/atom_main.h"
#include "atom/app/atom_main_args.h"
#include <stdlib.h>
#include <string.h>
@ -33,6 +32,7 @@
#endif // defined(OS_MACOSX)
#include "atom/app/node_main.h"
#include "atom/common/atom_command_line.h"
#include "base/i18n/icu_util.h"
#if defined(OS_WIN)