From 2e686fb6cada591f6731e03589b153d3d04f362f Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 28 Feb 2012 19:59:30 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7859 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/CLASS2/dihedral_class2.cpp | 1 - src/CLASS2/improper_class2.cpp | 1 - src/GPU/pair_buck_coul_cut_gpu.cpp | 1 - src/GPU/pair_buck_coul_long_gpu.cpp | 1 - src/GPU/pair_buck_gpu.cpp | 1 - src/GPU/pair_coul_long_gpu.cpp | 1 - src/GPU/pair_gayberne_gpu.cpp | 1 - src/GPU/pair_lj96_cut_gpu.cpp | 1 - src/GPU/pair_lj_charmm_coul_long_gpu.cpp | 1 - src/GPU/pair_lj_class2_coul_long_gpu.cpp | 1 - src/GPU/pair_lj_class2_gpu.cpp | 1 - src/GPU/pair_lj_cut_coul_cut_gpu.cpp | 1 - src/GPU/pair_lj_cut_coul_long_gpu.cpp | 1 - src/GPU/pair_lj_cut_gpu.cpp | 1 - src/GPU/pair_lj_expand_gpu.cpp | 1 - src/GPU/pair_lj_sdk_coul_long_gpu.cpp | 1 - src/GPU/pair_lj_sdk_gpu.cpp | 1 - src/GPU/pair_morse_gpu.cpp | 1 - src/GPU/pair_resquared_gpu.cpp | 1 - src/GPU/pair_table_gpu.cpp | 1 - src/GPU/pair_yukawa_gpu.cpp | 1 - src/MOLECULE/atom_vec_molecular.cpp | 1 - src/MOLECULE/bond_fene.cpp | 1 - src/MOLECULE/bond_fene_expand.cpp | 1 - src/MOLECULE/dihedral_multi_harmonic.cpp | 1 - src/PERI/atom_vec_peri.cpp | 1 - src/REAX/fix_reax_bonds.cpp | 1 - src/REPLICA/fix_event_prd.cpp | 1 - src/REPLICA/fix_event_tad.cpp | 1 - src/REPLICA/temper.cpp | 1 - src/USER-OMP/bond_class2_omp.cpp | 1 - src/USER-OMP/bond_fene_expand_omp.cpp | 1 - src/USER-OMP/bond_fene_omp.cpp | 1 - src/USER-OMP/bond_harmonic_omp.cpp | 1 - src/USER-OMP/bond_harmonic_shift_cut_omp.cpp | 1 - src/USER-OMP/bond_harmonic_shift_omp.cpp | 1 - src/USER-OMP/bond_morse_omp.cpp | 1 - src/USER-OMP/bond_nonlinear_omp.cpp | 1 - src/USER-OMP/bond_quartic_omp.cpp | 1 - src/USER-OMP/bond_table_omp.cpp | 1 - src/USER-OMP/dihedral_class2_omp.cpp | 2 -- src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp | 2 -- src/USER-OMP/improper_class2_omp.cpp | 2 -- src/USER-OMP/improper_cvff_omp.cpp | 2 -- src/USER-OMP/improper_harmonic_omp.cpp | 2 -- src/USER-OMP/improper_umbrella_omp.cpp | 2 -- src/USER-REAXC/fix_reaxc_bonds.cpp | 1 - 47 files changed, 53 deletions(-) diff --git a/src/CLASS2/dihedral_class2.cpp b/src/CLASS2/dihedral_class2.cpp index f9c04126d8..07dd32442f 100644 --- a/src/CLASS2/dihedral_class2.cpp +++ b/src/CLASS2/dihedral_class2.cpp @@ -15,7 +15,6 @@ Contributing author: Eric Simon (Cray) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "string.h" #include "stdlib.h" diff --git a/src/CLASS2/improper_class2.cpp b/src/CLASS2/improper_class2.cpp index c1331c607e..8a77a16d54 100644 --- a/src/CLASS2/improper_class2.cpp +++ b/src/CLASS2/improper_class2.cpp @@ -15,7 +15,6 @@ Contributing author: Eric Simon (Cray) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "string.h" #include "stdlib.h" diff --git a/src/GPU/pair_buck_coul_cut_gpu.cpp b/src/GPU/pair_buck_coul_cut_gpu.cpp index d4e00811cf..308a7dee3d 100644 --- a/src/GPU/pair_buck_coul_cut_gpu.cpp +++ b/src/GPU/pair_buck_coul_cut_gpu.cpp @@ -15,7 +15,6 @@ Contributing authors: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_buck_coul_long_gpu.cpp b/src/GPU/pair_buck_coul_long_gpu.cpp index fdca85cf1f..3342a6fdee 100644 --- a/src/GPU/pair_buck_coul_long_gpu.cpp +++ b/src/GPU/pair_buck_coul_long_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_buck_gpu.cpp b/src/GPU/pair_buck_gpu.cpp index 67982202cb..52fc35de69 100644 --- a/src/GPU/pair_buck_gpu.cpp +++ b/src/GPU/pair_buck_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_coul_long_gpu.cpp b/src/GPU/pair_coul_long_gpu.cpp index 6d7981d2e6..e349e6367a 100644 --- a/src/GPU/pair_coul_long_gpu.cpp +++ b/src/GPU/pair_coul_long_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_gayberne_gpu.cpp b/src/GPU/pair_gayberne_gpu.cpp index 8447169abb..e0604bd5a1 100644 --- a/src/GPU/pair_gayberne_gpu.cpp +++ b/src/GPU/pair_gayberne_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj96_cut_gpu.cpp b/src/GPU/pair_lj96_cut_gpu.cpp index b67bdb28dd..76076a643a 100644 --- a/src/GPU/pair_lj96_cut_gpu.cpp +++ b/src/GPU/pair_lj96_cut_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_charmm_coul_long_gpu.cpp b/src/GPU/pair_lj_charmm_coul_long_gpu.cpp index f654212abe..5ae0d663d9 100644 --- a/src/GPU/pair_lj_charmm_coul_long_gpu.cpp +++ b/src/GPU/pair_lj_charmm_coul_long_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_class2_coul_long_gpu.cpp b/src/GPU/pair_lj_class2_coul_long_gpu.cpp index 289ddfa9ca..b84f9d3e13 100644 --- a/src/GPU/pair_lj_class2_coul_long_gpu.cpp +++ b/src/GPU/pair_lj_class2_coul_long_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_class2_gpu.cpp b/src/GPU/pair_lj_class2_gpu.cpp index 66395f28d3..61ce31c177 100644 --- a/src/GPU/pair_lj_class2_gpu.cpp +++ b/src/GPU/pair_lj_class2_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_cut_coul_cut_gpu.cpp b/src/GPU/pair_lj_cut_coul_cut_gpu.cpp index 8311b6d732..9f4d55a950 100644 --- a/src/GPU/pair_lj_cut_coul_cut_gpu.cpp +++ b/src/GPU/pair_lj_cut_coul_cut_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_cut_coul_long_gpu.cpp b/src/GPU/pair_lj_cut_coul_long_gpu.cpp index 7f4a09f540..a946276fae 100644 --- a/src/GPU/pair_lj_cut_coul_long_gpu.cpp +++ b/src/GPU/pair_lj_cut_coul_long_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_cut_gpu.cpp b/src/GPU/pair_lj_cut_gpu.cpp index 19c3df9227..cb4d8ea522 100644 --- a/src/GPU/pair_lj_cut_gpu.cpp +++ b/src/GPU/pair_lj_cut_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_expand_gpu.cpp b/src/GPU/pair_lj_expand_gpu.cpp index 8e208489cb..d7ff10ed87 100644 --- a/src/GPU/pair_lj_expand_gpu.cpp +++ b/src/GPU/pair_lj_expand_gpu.cpp @@ -19,7 +19,6 @@ #include "stdio.h" #include "stdlib.h" #include "pair_lj_expand_gpu.h" -#include "lmptype.h" #include "atom.h" #include "atom_vec.h" #include "comm.h" diff --git a/src/GPU/pair_lj_sdk_coul_long_gpu.cpp b/src/GPU/pair_lj_sdk_coul_long_gpu.cpp index 4dcc69c824..54f237b618 100644 --- a/src/GPU/pair_lj_sdk_coul_long_gpu.cpp +++ b/src/GPU/pair_lj_sdk_coul_long_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_sdk_gpu.cpp b/src/GPU/pair_lj_sdk_gpu.cpp index 59ab0a0bdb..6a2ce36431 100644 --- a/src/GPU/pair_lj_sdk_gpu.cpp +++ b/src/GPU/pair_lj_sdk_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_morse_gpu.cpp b/src/GPU/pair_morse_gpu.cpp index ef470f925a..035b6e6605 100644 --- a/src/GPU/pair_morse_gpu.cpp +++ b/src/GPU/pair_morse_gpu.cpp @@ -19,7 +19,6 @@ #include "stdio.h" #include "stdlib.h" #include "pair_morse_gpu.h" -#include "lmptype.h" #include "atom.h" #include "atom_vec.h" #include "comm.h" diff --git a/src/GPU/pair_resquared_gpu.cpp b/src/GPU/pair_resquared_gpu.cpp index 56359c6311..c33202b5da 100644 --- a/src/GPU/pair_resquared_gpu.cpp +++ b/src/GPU/pair_resquared_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_table_gpu.cpp b/src/GPU/pair_table_gpu.cpp index c426fca8fc..a69fb1c6e0 100644 --- a/src/GPU/pair_table_gpu.cpp +++ b/src/GPU/pair_table_gpu.cpp @@ -15,7 +15,6 @@ Contributing authors: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_yukawa_gpu.cpp b/src/GPU/pair_yukawa_gpu.cpp index f03687d028..9127641ba3 100644 --- a/src/GPU/pair_yukawa_gpu.cpp +++ b/src/GPU/pair_yukawa_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/MOLECULE/atom_vec_molecular.cpp b/src/MOLECULE/atom_vec_molecular.cpp index 770718f958..b29dc14374 100644 --- a/src/MOLECULE/atom_vec_molecular.cpp +++ b/src/MOLECULE/atom_vec_molecular.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "stdlib.h" #include "atom_vec_molecular.h" #include "atom.h" diff --git a/src/MOLECULE/bond_fene.cpp b/src/MOLECULE/bond_fene.cpp index 571ace9876..bc94ef9b27 100644 --- a/src/MOLECULE/bond_fene.cpp +++ b/src/MOLECULE/bond_fene.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "bond_fene.h" diff --git a/src/MOLECULE/bond_fene_expand.cpp b/src/MOLECULE/bond_fene_expand.cpp index a466ca4dbf..eb0b9cf0c7 100644 --- a/src/MOLECULE/bond_fene_expand.cpp +++ b/src/MOLECULE/bond_fene_expand.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "bond_fene_expand.h" diff --git a/src/MOLECULE/dihedral_multi_harmonic.cpp b/src/MOLECULE/dihedral_multi_harmonic.cpp index ea0fd5532e..f44a9dccf3 100644 --- a/src/MOLECULE/dihedral_multi_harmonic.cpp +++ b/src/MOLECULE/dihedral_multi_harmonic.cpp @@ -15,7 +15,6 @@ Contributing author: Mathias Puetz (SNL) and friends ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "dihedral_multi_harmonic.h" diff --git a/src/PERI/atom_vec_peri.cpp b/src/PERI/atom_vec_peri.cpp index b571400621..cbd95e966a 100644 --- a/src/PERI/atom_vec_peri.cpp +++ b/src/PERI/atom_vec_peri.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Parks (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "float.h" #include "stdlib.h" #include "atom_vec_peri.h" diff --git a/src/REAX/fix_reax_bonds.cpp b/src/REAX/fix_reax_bonds.cpp index 5f1c6d60d5..3a7ce91ceb 100644 --- a/src/REAX/fix_reax_bonds.cpp +++ b/src/REAX/fix_reax_bonds.cpp @@ -15,7 +15,6 @@ Contributing author: Aidan Thompson (Sandia) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "fix_reax_bonds.h" diff --git a/src/REPLICA/fix_event_prd.cpp b/src/REPLICA/fix_event_prd.cpp index e86f259721..cc8192a0af 100644 --- a/src/REPLICA/fix_event_prd.cpp +++ b/src/REPLICA/fix_event_prd.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "fix_event_prd.h" diff --git a/src/REPLICA/fix_event_tad.cpp b/src/REPLICA/fix_event_tad.cpp index e1b4d10cca..197a0904d1 100644 --- a/src/REPLICA/fix_event_tad.cpp +++ b/src/REPLICA/fix_event_tad.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "fix_event_tad.h" diff --git a/src/REPLICA/temper.cpp b/src/REPLICA/temper.cpp index cd6c3e8e80..32261989cb 100644 --- a/src/REPLICA/temper.cpp +++ b/src/REPLICA/temper.cpp @@ -15,7 +15,6 @@ Contributing author: Mark Sears (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "string.h" diff --git a/src/USER-OMP/bond_class2_omp.cpp b/src/USER-OMP/bond_class2_omp.cpp index 93c1dae044..76f447fc8b 100644 --- a/src/USER-OMP/bond_class2_omp.cpp +++ b/src/USER-OMP/bond_class2_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "bond_class2_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/bond_fene_expand_omp.cpp b/src/USER-OMP/bond_fene_expand_omp.cpp index 4e6b7d521a..71fb5af1fa 100644 --- a/src/USER-OMP/bond_fene_expand_omp.cpp +++ b/src/USER-OMP/bond_fene_expand_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "bond_fene_expand_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/bond_fene_omp.cpp b/src/USER-OMP/bond_fene_omp.cpp index 65c8ff62cf..fdf206998e 100644 --- a/src/USER-OMP/bond_fene_omp.cpp +++ b/src/USER-OMP/bond_fene_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "bond_fene_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/bond_harmonic_omp.cpp b/src/USER-OMP/bond_harmonic_omp.cpp index d29cce234f..13bfedc6b4 100644 --- a/src/USER-OMP/bond_harmonic_omp.cpp +++ b/src/USER-OMP/bond_harmonic_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "bond_harmonic_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp b/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp index 05f49ac6f8..b17f28b9f1 100644 --- a/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp +++ b/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "bond_harmonic_shift_cut_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/bond_harmonic_shift_omp.cpp b/src/USER-OMP/bond_harmonic_shift_omp.cpp index 917fff30be..01a974f183 100644 --- a/src/USER-OMP/bond_harmonic_shift_omp.cpp +++ b/src/USER-OMP/bond_harmonic_shift_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "bond_harmonic_shift_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/bond_morse_omp.cpp b/src/USER-OMP/bond_morse_omp.cpp index 6b89507a65..e6bbe9e00a 100644 --- a/src/USER-OMP/bond_morse_omp.cpp +++ b/src/USER-OMP/bond_morse_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "bond_morse_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/bond_nonlinear_omp.cpp b/src/USER-OMP/bond_nonlinear_omp.cpp index 574022d86d..bc15f1edb6 100644 --- a/src/USER-OMP/bond_nonlinear_omp.cpp +++ b/src/USER-OMP/bond_nonlinear_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "bond_nonlinear_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/bond_quartic_omp.cpp b/src/USER-OMP/bond_quartic_omp.cpp index 23b3bc3fbd..a0844ded52 100644 --- a/src/USER-OMP/bond_quartic_omp.cpp +++ b/src/USER-OMP/bond_quartic_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "bond_quartic_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/bond_table_omp.cpp b/src/USER-OMP/bond_table_omp.cpp index f822f01fa2..639c2c8a07 100644 --- a/src/USER-OMP/bond_table_omp.cpp +++ b/src/USER-OMP/bond_table_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "bond_table_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/dihedral_class2_omp.cpp b/src/USER-OMP/dihedral_class2_omp.cpp index 07e0fba6e1..5f1aedf788 100644 --- a/src/USER-OMP/dihedral_class2_omp.cpp +++ b/src/USER-OMP/dihedral_class2_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "dihedral_class2_omp.h" #include "atom.h" diff --git a/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp b/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp index 1a80e8a7cd..8acd1050aa 100644 --- a/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp +++ b/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "dihedral_cosine_shift_exp_omp.h" #include "atom.h" diff --git a/src/USER-OMP/improper_class2_omp.cpp b/src/USER-OMP/improper_class2_omp.cpp index cfadde435b..f7879f48e6 100644 --- a/src/USER-OMP/improper_class2_omp.cpp +++ b/src/USER-OMP/improper_class2_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "improper_class2_omp.h" #include "atom.h" diff --git a/src/USER-OMP/improper_cvff_omp.cpp b/src/USER-OMP/improper_cvff_omp.cpp index 06f3186e06..1491f044ac 100644 --- a/src/USER-OMP/improper_cvff_omp.cpp +++ b/src/USER-OMP/improper_cvff_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "improper_cvff_omp.h" #include "atom.h" diff --git a/src/USER-OMP/improper_harmonic_omp.cpp b/src/USER-OMP/improper_harmonic_omp.cpp index 44e45a977d..71f5cd6c73 100644 --- a/src/USER-OMP/improper_harmonic_omp.cpp +++ b/src/USER-OMP/improper_harmonic_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "improper_harmonic_omp.h" #include "atom.h" diff --git a/src/USER-OMP/improper_umbrella_omp.cpp b/src/USER-OMP/improper_umbrella_omp.cpp index 1fb1d86be9..e943e0ba97 100644 --- a/src/USER-OMP/improper_umbrella_omp.cpp +++ b/src/USER-OMP/improper_umbrella_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "improper_umbrella_omp.h" #include "atom.h" diff --git a/src/USER-REAXC/fix_reaxc_bonds.cpp b/src/USER-REAXC/fix_reaxc_bonds.cpp index ced11b3530..06ebe2fb05 100644 --- a/src/USER-REAXC/fix_reaxc_bonds.cpp +++ b/src/USER-REAXC/fix_reaxc_bonds.cpp @@ -15,7 +15,6 @@ Contributing author: Ray Shan (Sandia) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "fix_reaxc_bonds.h"