remove unused using statements

This commit is contained in:
Zack Piispanen 2013-09-17 02:24:02 -04:00
parent 004f02264d
commit b22457382e
19 changed files with 1 additions and 35 deletions

View file

@ -15,10 +15,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TShockAPI.Hooks
{

View file

@ -15,11 +15,9 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace TShockAPI.Hooks
{