cleanup
[platform/upstream/glib.git] / gobject / gatomicarray.c
index d621e94..08af80d 100644 (file)
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
 
-#include "gatomicarray.h"
-
 #include <string.h>
 
+#include "gatomicarray.h"
+
 /* A GAtomicArray is a growable, mutable array of data
  * generally of the form of a header of a specific size and
  * then a array of items of a fixed size.