class Build::Files::State

def self.dirty?(inputs, outputs)

def self.dirty?(inputs, outputs)
	outputs.dirty?(inputs)
end