Commit ef83c133 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

move {environment,format,layout}.{h,cc} to common/

parent 703ff9bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
#include "environment.h"
#include "common/format.h"
#include "common/scale.h"

#include <functional>
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
 */
#include <sstream>
#include <iomanip>
#include "format.h"
#include "common/format.h"
#include "source/config_helpers.h"
#include "source/utils/UnixTime.h"

+0 −0

File moved.

+2 −5
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
#pragma once
#include "graphics/geometry.h"

#include <assert.h>
#include <stdlib.h>
#include <stdint.h>
@@ -59,10 +61,5 @@ struct LayoutInfo {

};

enum class LayoutPhase {
  BLOCK, LAYER
};


} // namespace plotfx
Loading