Skip to content

Commit

Permalink
Removed double include.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Burken committed Jul 17, 2016
1 parent e02cbdb commit 74669bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/ossim/base/ossimConnectableObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
// all connectable objects.
//
//*************************************************************************
// $Id: ossimConnectableObject.h 21852 2012-10-21 20:16:04Z dburken $
// $Id$

#ifndef ossimConnectableObject_HEADER
#define ossimConnectableObject_HEADER 1

#include <ossim/base/ossimConstants.h>
#include <ossim/base/ossimObject.h>
#include <ossim/base/ossimId.h>
#include <ossim/base/ossimConstants.h>
#include <ossim/base/ossimListenerManager.h>
#include <ossim/base/ossimPropertyInterface.h>
#include <ossim/base/ossimRefPtr.h>
Expand Down

0 comments on commit 74669bc

Please sign in to comment.