Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11954 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -22,15 +22,12 @@
|
|||||||
The superblock class controls a number of blocks (which are
|
The superblock class controls a number of blocks (which are
|
||||||
allocatable units of memory).
|
allocatable units of memory).
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
@(#) $Id$
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
Emery Berger | <http://www.cs.utexas.edu/users/emery>
|
Emery Berger | <http://www.cs.utexas.edu/users/emery>
|
||||||
Department of Computer Sciences | <http://www.cs.utexas.edu>
|
Department of Computer Sciences | <http://www.cs.utexas.edu>
|
||||||
University of Texas at Austin | <http://www.utexas.edu>
|
University of Texas at Austin | <http://www.utexas.edu>
|
||||||
========================================================================
|
========================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#include <new.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "arch-specific.h"
|
#include "arch-specific.h"
|
||||||
|
|||||||
@@ -23,8 +23,6 @@
|
|||||||
The superblock class controls a number of blocks (which are
|
The superblock class controls a number of blocks (which are
|
||||||
allocatable units of memory).
|
allocatable units of memory).
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
@(#) $Id$
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
Emery Berger | <http://www.cs.utexas.edu/users/emery>
|
Emery Berger | <http://www.cs.utexas.edu/users/emery>
|
||||||
Department of Computer Sciences | <http://www.cs.utexas.edu>
|
Department of Computer Sciences | <http://www.cs.utexas.edu>
|
||||||
University of Texas at Austin | <http://www.utexas.edu>
|
University of Texas at Austin | <http://www.utexas.edu>
|
||||||
@@ -35,12 +33,6 @@
|
|||||||
#define _SUPERBLOCK_H_
|
#define _SUPERBLOCK_H_
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
//#include <assert.h>
|
|
||||||
//#include <new.h>
|
|
||||||
//#include <stdio.h>
|
|
||||||
//#include <stdlib.h>
|
|
||||||
|
|
||||||
#include "arch-specific.h"
|
#include "arch-specific.h"
|
||||||
#include "block.h"
|
#include "block.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user